Side navigation
#1165 closed bug (invalid)
Opened May 11, 2007 09:22AM UTC
Closed May 13, 2007 10:15PM UTC
Last modified June 19, 2007 10:10AM UTC
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
Attachments (0)
Change History (1)
Changed May 13, 2007 10:15PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
You need to use .filter("#a, :first") - filter doesn't support array arguments.