首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > 用于存储和操纵数据的浏览器的JavaScript库

用于存储和操纵数据的浏览器的JavaScript库

  • 资源大小:15.69 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: javascript data Storage

资 源 简 介

This is not yet ready for public release This project is heavily influenced from the design philosophy of the jQuery library. It tries to tackle some issues commonly faced by jQuery developers who have to deal with all sorts of data in addition to the the DOM. It does not require jQuery for it to run, there are no references to jQuery methods in the core. jDataStore can be applied to the following situations: 1) When dealing with JSON data (particularly from third-parties). Making sense of, and manipulating, such data to make them useful to you is sometimes a problem. jDataStore helps in filtering through and manipulating such data. 2) When dealing with forms and post/get requests via ajax. It is many times a hassle to get some data from the server and display it to the user so that she can change and save it. Syntax: ``` var myData = Store([{name: "Nicolas"}]); myData .find({ name: "Nicolas" }) .update({ name: "Nicola
VIP VIP
0.175403s