Opened 13 years ago
Closed 12 years ago
#5170 closed bug (worksforme)
$("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.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to i: