Skip to main content

Bug Tracker

Side navigation

#4056 closed bug (invalid)

Opened February 03, 2009 10:40PM UTC

Closed February 05, 2009 03:59AM UTC

: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:
Blocked by: Blocking:
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.

Attachments (0)
Change History (2)

Changed February 04, 2009 08:24PM UTC by msteitle comment:1

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

Changed February 05, 2009 03:59AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed