/ Published in: jQuery
Expand |
Embed | Plain Text
$('.formTable').find('> tbody > tr:odd').addClass('oddrow');
You need to login to post a comment.
$('.formTable').find('> tbody > tr:odd').addClass('oddrow');
You need to login to post a comment.