/ Published in: jQuery
URL: http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/
Expand |
Embed | Plain Text
$('table').delegate('td', 'hover', function(){ $(this).toggleClass('hover'); });
You need to login to post a comment.
