2.8.0 • Published 1 year ago

@themost/jquery v2.8.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

@themost/jquery

MOST Web Framework client for jQuery based on @themost/client

MOST Web Framework Logo

Usage

npm i @themost/jquery

Initialize data context:

$(document).dataContext({
    base: '/api/'
});

and use it to get data:

$(document).dataContext('getContext').model('Orders').getItems().then(function(items) {
    
});
2.8.0

1 year ago

2.7.4

2 years ago

2.7.3

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago