Closed GoogleCodeExporter closed 8 years ago
Can you use the Developer Tools in Chrome to check that the class is actually
being added to the element? I suspect that the class is added correctly but
that there is another CSS selector which is more specific which is somehow
overriding it. e.g. I think the problem is probably in your CSS...
If the class is not being added to the document then please provide a URL
demonstrating the problem (or recreate it on http://www.jsfiddle.net/ )
Original comment by kelvin.l...@gmail.com
on 12 Nov 2010 at 10:01
You're right, the problem was in the CSS, as the class is correctly added on
the $td element. It works now.
Sorry to bother you!
Original comment by brafa...@gmail.com
on 12 Nov 2010 at 12:14
Cool - glad you figured it out :)
Original comment by kelvin.l...@gmail.com
on 12 Nov 2010 at 12:17
Original issue reported on code.google.com by
brafa...@gmail.com
on 11 Nov 2010 at 1:42