jq自动关闭底部弹出层

<div id="ad" style="z-index:100; position: absolute; bottom: 5px; width: 100%; ">
        <a href="#" target="_blank">
            <img src="https://stats.chinaz.com/gj_g/anweishi.gif" width="100%">
        </a>
    </div>
    <script>
        $(document).ready(function () {
            setTimeout(function () {
                $('#ad').remove();
            }, 5000); // 5000毫秒后删除div
        });
    </script>
© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容