index.jsp
显示空间
my.js
$(document).ready(function(){ $("#showall") .mouseover(function(){ $("#all").show(); }); $("#all").mouseout(function(){ $("#all").hide(); }) .mouseover(function(){ $("#all").show(); }); });
效果图
移动前: 移动后:
本文共 612 字,大约阅读时间需要 2 分钟。
index.jsp
显示空间
my.js
$(document).ready(function(){ $("#showall") .mouseover(function(){ $("#all").show(); }); $("#all").mouseout(function(){ $("#all").hide(); }) .mouseover(function(){ $("#all").show(); }); });
效果图
移动前: 移动后:
转载地址:http://epzja.baihongyu.com/