资 源 简 介
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