jquery-rest-store:在符合 dojostore api 的 jQuery 中实现 JSON REST 存储

时间:2024-07-15 03:07:08
【文件属性】:

文件名称:jquery-rest-store:在符合 dojostore api 的 jQuery 中实现 JSON REST 存储

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-15 03:07:08

JavaScript

jquery-rest-store 在符合jQuery 中实现 JSON REST 存储。 部分源代码直接从 Dojo 项目 ( ) 中复制和采用。 即这些来源: 只测试了基本功能(检查 test.html)。 计划进行更复杂的测试。 随时向问题跟踪器报告任何错误。 依赖关系 jQuery => 1.11.0 JSON.toString(如果需要支持旧浏览器,请使用 shim) 用法 您可以在找到对商店 API 的深入描述。 将脚本包含到您的应用程序中并初始化商店: var testStore = new $ . RestStore ( { target : 'http://your-service/api/rest-collection' } ) ; 查询物品 testStore . query ( q ) . then ( fu


【文件预览】:
jquery-rest-store-master
----test.htm(3KB)
----package.json(553B)
----LICENSE(3KB)
----testing-blueprint-apiary.md(1KB)
----store.js(7KB)
----README.md(3KB)
----bower.json(603B)

网友评论