Bug Tracker

Ticket #1166 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: jaywang Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: core
Version: 1.1.2 Keywords:
Cc: Needs: Review

Description

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

Attachments

Change History

Changed 2 years ago by brandon

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #1166

Changed 2 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.