Opened 9 years ago
Closed 9 years ago
#14477 closed bug (notabug)
parentNode/Sibling is incorrect
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Test HTML: ...
<table id="tid"> <div class="test">
<ul>
<li>List Item1</li> <li>List Item2</li>
</ul>
</div> </table>
...
Test Script: ... console.log( $(".test") );
================== "table" element will become the sibling of "div" instead of parent node
Note: See
TracTickets for help on using
tickets.
Please ask for HTML help on StackOverflow.