#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
Note: See
TracTickets for help on using
tickets.
You need to use .filter("#a, :first") - filter doesn't support array arguments.