Side navigation
#5384 closed bug (invalid)
Opened October 15, 2009 12:47PM UTC
Closed October 15, 2009 09:54PM UTC
$("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@csscorp.com |
Blocked by: | Blocking: |
Description
first of all i want to thank JQuery dev team & supporters.
The problem that i faced:
1. $("tr:last").css("font-style", "italic"); doesn't works against table(s) i have
2. 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
Attachments (0)
Change History (1)
Changed October 15, 2009 09:54PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please reopen with a test case that includes complete code and HTML to reproduce the problem. Thanks!