为了账号安全,请及时绑定邮箱和手机立即绑定

请问下,我点击#btn1为什么# thepic在 left=-1200px时再点就回到left:0了?

请问下,我点击#btn1为什么# thepic在 left=-1200px时再点就回到left:0了?

司马仲达 2014-09-23 09:21:56
$(document).ready(function() {    var wwt=document.getElementById('thepic');    $('#btn1').click(function(){     if(wwt.style.left>=-2400+'px'){          $('#thepic').animate({left:'-=600px'});         }           else{            $('#thepic').animate({left:"0"});            }           });       $('#btn2').click(function(){               if(wwt.style.left<0+'px'){                 $('#thepic').animate({left:'+=600px'});                }                 else{            $('#thepic').animate({left:"-1800px"})    }});});
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1726 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信