可能重複:
JavaScript - controlling the insertion point for document.write延遲文件撰寫
我不想耽誤document.write
如果塊與document.write
不是在瀏覽器的視口。 我試圖使它加載窗口後,但document.write
全部內容:(
$(function(){
document.write('bla')
)}
取代另外,在此document.write
我有腳本的廣告,並在塊添加時必須使用。
是它可能嗎?
UPD:我有代碼whith document.write
,它推入文檔<script>
。因此,由於此代碼,我的頁面加載非常緩慢,我只想在dom準備好或用戶滾動到塊時加載此腳本我的廣告放在哪裏
y document.write? – Kris
您能否重新說明您的問題?這是完全不清楚的:「我想延遲document.write,如果阻塞與document.write」什麼?,「document.write替換洞內容」這是文件的目的... ... – RvdK
'window.setTimeout(fun_name ,秒);'可以使用,但你的問題是抽象的。 – run