Revision: 45522
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 3, 2011 06:34 by diogoweb
Initial Code
$('table').delegate('td', 'hover', function(){ $(this).toggleClass('hover'); });
Initial URL
http://eisabainyo.net/weblog/2010/09/01/10-useful-jquery-snippets/
Initial Description
Initial Title
Add “hover†class to table data (and change the background color of the class via CSS)
Initial Tags
Initial Language
jQuery