码迷,mamicode.com
首页 > 其他好文 > 详细

点击左滑动一定距离 再次点击向右滑动回到原来位置 并且切换点击图标

时间:2017-05-19 16:54:39      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:top   并且   getattr   document   切换   cli   3.2   flow   on()   

$(function(){
var i = $("#right").css("left");
$("#dianji").click(function(){
$("#leftmenu").animate({"z-index":"999"}, 1300);
$("#right").animate({left:"3rem"}, 1500);
$("#dianji").animate({left:"3.18rem"}, 1500);
$("#logo").animate({left:"4.7rem"}, 1500);
$("body").css("overflow","hidden");
// $(".banner").animate({left:"3.25rem"}, 1500);
function change_pic(){
var imgObj = document.getElementById("dianji");
if( imgObj.getAttribute("src",0)=="images/Menu.png"){
imgObj.src="images/Poor.png";
}else{
$("#leftmenu").stop().animate({"z-index":"0"}, 100);
$("#right").stop().animate({"z-index":"999"}, 300);
$("#dianji").stop().animate({left:"0.2rem"}, 1500);
$("#right").stop().animate({left:"-0rem"}, 1500);
$("#logo").stop().animate({left:"1.7rem"}, 1500);
$("body").css("overflow","");
// $(".banner").stop().animate({left:"0"}, 1500);
imgObj.src="images/Menu.png";
}
}
change_pic();
});
});

点击左滑动一定距离 再次点击向右滑动回到原来位置 并且切换点击图标

标签:top   并且   getattr   document   切换   cli   3.2   flow   on()   

原文地址:http://www.cnblogs.com/HanJie0824/p/6878998.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!