Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themost-framework/jquery

MOST Web Framework client for jQuery
https://github.com/themost-framework/jquery

Last synced: about 7 hours ago
JSON representation

MOST Web Framework client for jQuery

Awesome Lists containing this project

README

        

# @themost/jquery
MOST Web Framework client for jQuery based on [@themost/client](https://github.com/themost-framework/client)

![MOST Web Framework Logo](https://github.com/themost-framework/common/raw/master/docs/img/themost_framework_v3_128.png)

# 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) {

});