动态添加的表格行在鼠标通过时候改变行的背景颜色

$("table").delegate("tr", "mouseover", function ()  {     //$(this).addClass("tr-mouseover")     $(this).css("background-color", "AliceBlue"); }); $("table").delegate("tr", "mouseout", function ()  {
相关文章
相关标签/搜索