Skip to main content

Bug Tracker

Side navigation

#10813 closed bug (invalid)

Opened November 17, 2011 12:54PM UTC

Closed November 17, 2011 01:40PM UTC

Last modified March 09, 2012 11:12PM UTC

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');
Attachments (0)
Change History (1)

Changed November 17, 2011 01:40PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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 .