Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/themost-framework/jquery
- Owner: themost-framework
- License: bsd-3-clause
- Created: 2022-08-29T05:55:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T05:31:06.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T19:05:16.262Z (about 2 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)![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) {
});