Return to Snippet

Revision: 51266
at September 20, 2011 00:00 by Sullan


Initial Code
$('.formTable').find('> tbody > tr:odd').addClass('oddrow');

Initial URL


Initial Description


Initial Title
Add Class to direct child of table row

Initial Tags


Initial Language
jQuery