Opened 13 years ago
Closed 13 years ago
#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: | [email protected]… |
Blocked by: | Blocking: |
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
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!