Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledcore
priority: undecidedlow
resolution: → wontfix
status: newclosed

$.size does not exist. $.fn.size() has been deprecated for a long while. I'd be more inclined to remove it.