Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 in reply to: ↑ description Changed 4 years ago by i
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Replying to i: