Modify ↓
Ticket #4056 (closed bug: invalid)
:selected selector throwing error
| Reported by: | msteitle | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.1 |
| Component: | selector | Version: | 1.3.1 |
| Keywords: | PSEUDO, :selector | Cc: | |
| Blocking: | Blocked by: |
Description
When making a selection set using :selector an error is thrown on line 1938 (of jquery-1.3.js). How the error is labeled sometimes varies ("filter is not a function" is the one I've seen the most), but the error is always thrown on this line of code:
return filter( elem, i, match, array );
This is part of the PSEUDO property of Sizzle.selectors.
Change History
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.

Update: Apologies, this appears to be the work of a jQuery plugin that has lost compatibility with the 1.3 upgrade.