Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 3 years ago by dmethvin
-
attachment
test-5716.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Test case