Uniqua

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 党星鹏
操作系统 未知
开源组织
适用人群 未知
 软件概览

Removes Duplicate values from an Array. Note: This plugin is not the same as jquery's $.unqiue function, which works with the $.data functions.. as far as we (eis_os, gensmann, myself.) can tell.

Example

Input:

  ["john", "helen","fred", "john", "helen"];

Output:
  ["john", "helen", "fred"];

Notice: This plugin may include more array functions at a later date, if you would like to ask for something to be included, please catch me via email, or irc as miksago.

相关阅读

相关文章

相关问答

相关文档