This is the support group for the JavaScript based Taffy DB library. Taffy DB is a free and opensource JavaScript library that acts as thin data layer inside Web 2.0 and Ajax applications. You can find more details and examples and download the latest version @ taffydb.com
Hello Is there any provision to find record of in between date ? I have collection like {"id":1,"created":"2009-12-16"}, {"id":1,"created":"2009-12-13"},
You've hit the nail on the head :-) You can't persist values in JavaScript without either using browser features (somewhat iffy) or having a server somewhere
Hello Colleagues I am not familar with JSON. If I need it then I will learn about it. Right now all I want to be able to do is be able to turn the different
Hi Rory, I think I see your problem. You're setting: myFriends = friends.stringify() And then trying to do this: document.write(myFriends.first().firstName);