Modify ↓
Ticket #4970 (closed bug: fixed)
Opera and HTML 5 Child Selectors
| Reported by: | somedumbme91 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
JQuery won't allow me to select the children of a HTML 5 element ("nav") using $("nav > ul"). Using an id selector on the nav element works fine, and so does using getElementByTagName.
I'm using jQuery 1.3.2 and Opera 9.64 build 5270 on Mac OS X.
Attachments
Change History
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.


A test case, using id selelctors and tagname selectors.