Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1166 closed bug (duplicate)

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

Change History (2)

comment:1 Changed 16 years ago by brandon

Resolution: duplicate
Status: newclosed

Duplicate of #1166

comment:2 Changed 16 years ago by john

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

Note: See TracTickets for help on using tickets.