1: $("table").delegate("td", "hover", function(){
2: $(this).toggleClass("hover");
3: });
.undelegate()
RSS