Reputation: 158
Prototype version
var hash = new Hash();
hash.set("date_query", "test");
hash.set("date_search", "1");
Jquery?
Upvotes: 1
Views: 1893
Reputation: 324477
You could use jshashtable, a standalone JavaScript implementation of hash table. Disclaimer: I wrote it.
Upvotes: 0