Opened 12 years ago
Closed 12 years ago
#9153 closed feature (wontfix)
size() method
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | core | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I'd like to use the size() method like
var obj = {hi: 123, hello: 456, world: 789}); $.size(obj); would return 3
Is it possible to have this feature in an upcoming version?
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
$.size does not exist. $.fn.size() has been deprecated for a long while. I'd be more inclined to remove it.