摘要:
$("table").delegate("td", "hover", function(){ $(this).toggleClass("hover"); }); $("table").each(function(){ $("td", this).live("hover", function(){ $ 阅读全文
posted @ 2016-04-24 16:51
大喜
阅读(542)
评论(0)
推荐(0)
开心