Jquery有没有集合的类库

如题,比如map

Underscore.js
http://underscorejs.org/

javascript中集合,Map操作,基本都有了

木有,仅有数组!

jQuery.unique(array) 得到唯一

jQuery.merge(first,second) 合并数组

有提供 map的方法: 具体请看

[url]http://www.w3school.com.cn/jquery/traversing_map.asp[/url]