Modify ↓
Ticket #12201 (closed bug: wontfix)
Sizzle filter api incompatible when adding a custom pseudo selector
| Reported by: | softlion@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | selector | Version: | 1.8rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Change History
comment:2 Changed 10 months ago by timmywil
- Priority changed from undecided to low
- Resolution set to wontfix
- Status changed from new to closed
- Component changed from unfiled to selector
The new way to create custom pseudos with arguments is much clearer and faster.
The documentation can be found here: https://github.com/jquery/sizzle/wiki/Sizzle-Documentation#wiki-pseudo-selectors.
Your example adjusted to conform to the new API: http://jsfiddle.net/timmywil/VuWNg/1/
Custom pseudos that don't require arguments work the same way.
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.

jsFiddle demonstrating the problem: http://jsfiddle.net/VuWNg/