Modify ↓
Ticket #4704 (closed bug: worksforme)
IE selector problem
| Reported by: | tak3r | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$("#folder td.size > a").html("Advanced"); $("#folder td.size > a").css({fontWeight:"bold"});
works in mozilla, not in IE, where a table is defined as: <table id="folder"> <tr>
<td></td> <td></td> <td class="size"><a href="#">Link </a></td>
</tr> <tr>
<td></td> <td></td> <td class="size"><a href="#">Link </a></td>
</tr> </table>
Change History
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.

http://jsfiddle.net/dmethvin/ZS4VC/