/ Published in: JavaScript
Expand |
Embed | Plain Text
$("table").delegate("td", "hover", function(){ $(this).toggleClass("active"); });
You need to login to post a comment.
$("table").delegate("td", "hover", function(){ $(this).toggleClass("active"); });
You need to login to post a comment.