Opened 12 years ago
Closed 12 years ago
#10155 closed feature (invalid)
$.unique maintain order
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | core | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.unique("[1,2,3,6,2,5]")
return 5,1,3,2,6
Can maintain the original order
return 1,2,3,6,5
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
http://api.jquery.com/jquery.unique/