/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('table').delegate('td', 'hover', function(){ $(this).toggleClass('hover'); });
URL: http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/