jQuery相当于PrototypeJs的Hash()类?

时间:2011-08-18 21:29:43

标签: jquery prototypejs

http://api.prototypejs.org/language/Hash/

试图找到在prototypejs中找到的new Hash()的jQuery等价物,用于库转换。

知道从哪里开始?

2 个答案:

答案 0 :(得分:1)

你可以看看jshashtable -

http://code.google.com/p/jshashtable/

答案 1 :(得分:0)

没有直接克隆,但根据你想要做什么,jQuery有一个等价物(几乎可能?):

E.g:

Proto           jQuery
-----           ------
each            each
toQueryString   param
merge           extend/merge
index           index
get             get

依旧......