#10813 closed bug (invalid)
can't find html5 tags when using .find() [IE-Only]
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Quick demo: http://jsfiddle.net/LM9PW/
// will break in IE $('body').find('footer a').css('color', 'red');
Note: See
TracTickets for help on using
tickets.
You need a shim/shiv in your code since IE 6/7/8 do not natively support HTML5 tags. Please ask for help on the forum. http://forum.jquery.com .