Skip to main content

Bug Tracker

Side navigation

#3949 closed bug (invalid)

Opened January 22, 2009 08:06AM UTC

Closed May 14, 2009 01:14AM UTC

filter is not a function

Reported by: babyshake Owned by:
Priority: major Milestone: 1.3.1
Component: unfiled Version: 1.3
Keywords: filter Cc:
Blocked by: Blocking:
Description

In jquery-1.3.1.js, one of my scripts fails (where it didn't in 1.2.6) with the error "filter is not a function"

This is from line 1937 in jquery.js:

if ( filter ) {

return filter( elem, i, match, array );

If I have the chance to debug this in more depth, I'll add to the ticket later.

Attachments (0)
Change History (1)

Changed May 14, 2009 01:14AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed