Skip to content

nth-of-type broken in IE6 #3

@tobsn

Description

@tobsn
<div id="xid">
    <div id="one">1</div>
    <div id="two">2</div>
    <span id="aspan"></span>
    <div id="three">3</div>
    <img src="" />
    <div id="four">4</div>
</div>

$('div#xid > div:nth-of-type(3)');

this should match the div id="three" but it doesnt. it just breaks on the span and returns nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions