Side navigation
#2579 closed enhancement (duplicate)
Opened March 25, 2008 02:39PM UTC
Closed October 22, 2010 06:12PM UTC
$.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: | ||
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (2)
Changed January 31, 2009 05:12PM UTC by comment:1
Changed October 22, 2010 06:12PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicates http://bugs.jquery.com/ticket/5712
See also #2773.