@themost/jquery
v2.8.0
Published
MOST Web Framework JQuery client
Downloads
19
Readme
@themost/jquery
MOST Web Framework client for jQuery based on @themost/client
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) {
});