Modify ↓
Ticket #2579 (closed enhancement: duplicate)
$.fn.is and $.fn.not should accept functions like $.fn.filter
| Reported by: | tr4nslator | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | core | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Since $.fn.is and $.fn.not basically perform the same functionality as $.fn.filter for a single node, they should also accept functions in addition to expressions, as $.fn.filter does.
Change History
comment:2 Changed 3 years ago by rwaldron
- Status changed from new to closed
- Resolution set to duplicate
Duplicates http://bugs.jquery.com/ticket/5712
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

See also #2773.