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

找不出错哪,眼瞎了也找不出,,,旁观者清,求教

这里是我运行了的正确的代码:

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>挑战题</title>

<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>

<style type="text/css">

    div{

       width:100px;

    height:100px;

    background:red;

    position:absolute;

    margin:50px;

        }

</style>

</head>


<body>

    <div></div>

    <input id="left" type="button" value="左移"/>

     <input id="right" type="button" value="右移"/>

     <script type="text/javascript">

        $(function(){

            $("#left").bind("click",function(){

                $("div").animate({

                    left: "-=50px"

                },3000)

            });

           $("#right").bind("click",function(){

               $("div").animate({

                   left: "+=50px"

               },3000)

           });

        });

     </script>

</body>

</html>


正在回答

1 回答

找了半天错,我还以为你代码逻辑出错了呢,结果代码21行你看看你javascript写成啥了?我也是醉了

1 回复 有任何疑惑可以回复我~
#1

Ewall_ 提问者

哈哈,,,是的 谢了
2015-03-26 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
jQuery基础课程
  • 参与学习       154768    人
  • 解答问题       7184    个

加入课程学习,有效提高前端开发速度

进入课程

找不出错哪,眼瞎了也找不出,,,旁观者清,求教

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信