Side navigation
#14477 closed bug (notabug)
Opened October 22, 2013 12:44AM UTC
Closed October 22, 2013 12:50AM UTC
parentNode/Sibling is incorrect
| Reported by: | swm5@hotmail.com | 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
Attachments (0)
Change History (1)
Changed October 22, 2013 12:50AM UTC by comment:1
| resolution: | → notabug |
|---|---|
| status: | new → closed |
Please ask for HTML help on StackOverflow.