2.8.0 • Published 3 years ago
@themost/jquery v2.8.0
@themost/jquery
MOST Web Framework client for jQuery based on @themost/client

Usage
npm i @themost/jqueryInitialize data context:
$(document).dataContext({
base: '/api/'
});and use it to get data:
$(document).dataContext('getContext').model('Orders').getItems().then(function(items) {
});