Opened 13 years ago
Closed 13 years ago
#5716 closed bug (worksforme)
$(":header,p") and $("p,:header") will return different results
Reported by: | xieranmaya | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$(":header,p") and $("p,:header") will return different results for the $("p,:header"), the returns do not contain headers
but locate the ":header" before will select headers!!
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | test-5716.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You'll need to provide a test case; mine seems to work on 1.4a2.
Note: See
TracTickets for help on using
tickets.
Test case