Skip to main content

Bug Tracker

Side navigation

#1166 closed bug (duplicate)

Opened May 11, 2007 09:24AM UTC

Closed May 13, 2007 01:41AM UTC

Last modified June 21, 2007 03:44AM UTC

filter has some problem!!!!!!!!!!!!!!!!!!!

Reported by: jaywang Owned by:
Priority: major Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

if I execute $('p').filter(['#a',':first']),there is some problem

t.substring() is not a function

Attachments (0)
Change History (2)

Changed May 13, 2007 01:41AM UTC by brandon comment:1

resolution: → duplicate
status: newclosed

Duplicate of #1166

Changed May 13, 2007 10:09PM UTC by john comment:2

You have to do: .filter("#a, :first") - it doesn't support passing in an array.