/ Published in: jQuery
URL: http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/
Expand |
Embed | Plain Text
$('tr:odd').addClass('odd');
You need to login to post a comment.
diogoweb on 05/03/11
1 person have marked this snippet as a favorite
URL: http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/
$('tr:odd').addClass('odd');
You need to login to post a comment.