Side navigation
#5170 closed bug (worksforme)
Opened September 05, 2009 03:53PM UTC
Closed November 19, 2010 01:15AM UTC
$("tr td:has(div.canvas)") fails
Reported by: | i | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
given the markup:
<table>
<tr>
<td>
<div class="canvas plain">
...
</div>
</td>
</tr>
</table>
$("tr td:has(canvas)") fails to return any matches.
Replying to [ticket:5170 i]: