Modify ↓
Ticket #5384 (closed bug: invalid)
$("tr:last") not working
| Reported by: | josephantoney | Owned by: | john |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Basic Filters | Cc: | joseph.thomas@… |
| Blocking: | Blocked by: |
Description
first of all i want to thank JQuery dev team & supporters.
The problem that i faced:
- $("tr:last").css("font-style", "italic"); doesn't works against table(s) i have
- I have two simple tables if i use
$("tr:even").css("font-style", "italic"); i can see the changes on both tables
but if i use
$("tr:first").css("font-style", "italic"); style applies on only 1st table and not on the second
Am using firefox 3.5.3
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.

Please reopen with a test case that includes complete code and HTML to reproduce the problem. Thanks!