美文网首页
2019-04-30滚动事件

2019-04-30滚动事件

作者: 果冻_4c9b | 来源:发表于2019-04-30 17:43 被阅读0次
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
        <script type="text/javascript">
            
            $(function(){
                // 滚动事件
                $(document).scroll(function(){
                    console.log('1');
                })
            })
        </script>
    
    </head>
    <body style="height: 3000px;">
    </body>
</html>

相关文章

网友评论

      本文标题:2019-04-30滚动事件

      本文链接:https://www.haomeiwen.com/subject/unovnqtx.html