https://github.com/themost-framework/jquery
MOST Web Framework client for jQuery
https://github.com/themost-framework/jquery
Last synced: 23 days ago
JSON representation
MOST Web Framework client for jQuery
- Host: GitHub
- URL: https://github.com/themost-framework/jquery
- Owner: themost-framework
- License: bsd-3-clause
- Created: 2022-08-29T05:55:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T05:31:06.000Z (over 3 years ago)
- Last Synced: 2025-09-19T15:34:01.589Z (9 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @themost/jquery
MOST Web Framework client for jQuery based on [@themost/client](https://github.com/themost-framework/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) {
});