87,992
社区成员
发帖
与我相关
我的任务
分享$(window).scroll(function() {
alert("Reached bottom!");
});<div style="width:100%;height:100%;overflow: scroll;">
<div style="width:100%;height:1000px;background:#ff0;"></div>
<div>
<style>body { margin-right: -15px; margin-bottom: -15px; }</style>
<script>
$('div').scroll(function() {
alert("Reached bottom!");
});
</script>
在这个iframe页面上的任何一个元素加scroll都不起作用[/quote]