Side navigation
#9153 closed feature (wontfix)
Opened May 06, 2011 05:50PM UTC
Closed May 06, 2011 06:06PM UTC
size() method
Reported by: | snackzon@gmail.com | 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?
Attachments (0)
Change History (1)
Changed May 06, 2011 06:06PM UTC by comment:1
component: | unfiled → core |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
$.size does not exist. $.fn.size() has been deprecated for a long while. I'd be more inclined to remove it.