Bug Tracker

Ticket #252 (new )

Opened 2 years ago

Last modified 1 year ago

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

Reported by: joern Assigned to: anonymous
Type: Priority:
Milestone: Component:
Version: Keywords:
Cc: Needs:

Attachments

Change History

Changed 2 years ago by anonymous

  • type changed from bug to enhancement

Changed 2 years ago by henra..h+jquery@…

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.

Note: See TracTickets for help on using tickets.