Opened 16 years ago
Closed 13 years ago
#252 closed bug (fixed)
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
Change History (3)
comment:1 Changed 16 years ago by
Type: | bug → enhancement |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 13 years ago by
Component: | → ajax |
---|---|
need: | → Review |
Priority: | → blocker |
Resolution: | → fixed |
Status: | new → closed |
Type: | → bug |
Note: See
TracTickets for help on using
tickets.
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 testwould always yield true when t is a jQuery object.