Return to Snippet

Revision: 45522
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