我寫的代碼,看到在Firefox和小蟲子的錯誤中鉻Mozilla Firefox bug或..?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mozila Firefox</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$(function(){
$(window).scroll(function(){
if ($(window).scrollTop() == $(document).height() - $(window).height()){
alert('1');
}
});
});
</script>
</head>
<body>
CONTENT FOR SCROLL
</body>
</html>
當我滾動這個頁面在Firefox我收到錯誤覆蓋黑色透明背景的瀏覽器。
在鉻只是越來越多的警報。
關閉在Firefox中的標籤! 直播:http://forum.xeksec.com/habr/mozilla_crash_or_wtf/
不知道是否有幫助,但我可以證實我這個bug在FF11 你的想法是知道滾動何時到達文檔的末尾? – haltabush 2012-03-19 21:16:25
@haltabush,是的,我想知道當scroo到達末尾) – Isis 2012-03-19 21:23:34