02 2015 档案

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

posted @ 2015-02-03 13:31 郑峰 阅读(259) 评论(0) 推荐(0)

导航