Davide Barison
Davide Barison

Reputation: 158

jQuery set Hash value

Prototype version

 var hash = new Hash();
 hash.set("date_query", "test");
 hash.set("date_search", "1");

Jquery?

Upvotes: 1

Views: 1893

Answers (2)

Tim Down
Tim Down

Reputation: 324477

You could use jshashtable, a standalone JavaScript implementation of hash table. Disclaimer: I wrote it.

Upvotes: 0

Yuriy Faktorovich
Yuriy Faktorovich

Reputation: 68667

jQuery doesn't have Hash tables.

Upvotes: 1

Related Questions