jQuery动画不在输入事件侦听器中工作

时间:2015-12-11 16:53:47

标签: javascript jquery html javascript-events event-listener

我有一个带有一个文本框的简单html页面。单击它时,我希望页面向下滚动。所以我在文本框中放了一个事件监听器,在其中我使用animate进行滚动。但是当我运行它时,滚动没有发生......

<html>
<head>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    <script >
        $(document).ready(function() {
                    $("input").focus(function() {
                      $("html, body").animate(scrollTop: $(window).scrollTop() + 400);
                    })
            });
   </script>
</head>
<body>
<input type="text">

1 个答案:

答案 0 :(得分:3)

你忘记了$scope.update = function(data, key) { console.log(key, data); }

{ }