我有一个带有一个文本框的简单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">
答案 0 :(得分:3)
你忘记了$scope.update = function(data, key) {
console.log(key, data);
}
{ }