<?xml version="1.0"?>
<stuff xmlns:abc="http://nothing.org/schema">
<abc:TheTag>hey guys</abc:TheTag>
</stuff>
$('TheTag').length = 1
$('abc:TheTag').length = 0
$('TheTag').length = 0
$('abc:TheTag').length = 0
See the Firefox bug demo for this behavior change.