動態添加的表格行在鼠標通過時候改變行的背景顏色

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