Skip to main content

Bug Tracker

Side navigation

#252 closed bug (fixed)

Opened October 06, 2006 02:31PM UTC

Closed October 11, 2009 02:21PM UTC

Extend not(), filter(), add() etc. to accept jQuery object as argument

Reported by: joern Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: Cc:
Blocked by: Blocking:
Description
Attachments (0)
Change History (3)

Changed October 16, 2006 09:16AM UTC by anonymous comment:1

type: bugenhancement

Changed October 30, 2006 01:39PM UTC by henra..h+jqu comment:2

If the change in ticket #320 -- forcing jQuery to inherit from Array -- was implemented, these functions would automatically accept jQuery objects as arguments because the test

t.constructor == Array

would always yield true when t is a jQuery object.

Changed October 11, 2009 02:21PM UTC by dmethvin comment:3

component: → ajax
need: → Review
priority: → blocker
resolution: → fixed
status: newclosed
type: → bug