摘要:$(function(){ msgmove(); $("ul").hover(function(){ $(this).attr("name","hovered"); //鼠标经过设置ul的name值为"hovered" },function(){ $(this).removeAttr("name")...
阅读全文
posted @ 2015-02-03 13:31
posted @ 2015-02-03 13:31