Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1165 closed bug (invalid)

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 (1)

comment:1 Changed 16 years ago by john

Resolution: invalid
Status: newclosed

You need to use .filter("#a, :first") - filter doesn't support array arguments.

Note: See TracTickets for help on using tickets.