#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
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
You have to do: .filter("#a, :first") - it doesn't support passing in an array.
Note: See
TracTickets for help on using
tickets.
Duplicate of #1166