Jez McKean schreef:
> Hi all,
> has anyone made this as (part of) a plugin?
>  
Just use the hover function, there is no plugin needed.

$("td").hover(function(){
  $(this).addClass("over");
},function(){
  $(this).addClass("out");
});


-- 
David Duymelinck
________________
[EMAIL PROTECTED]


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to