我已經把所有的js文件放在html的底部,但是當我用firebug(在firefox中)時,js會在html文檔之後被調用。爲什麼我的瀏覽器首先獲得js?
任何解決方案?我可以用onLoad來加載js,但我首先想知道這個問題。
感謝, 克勞迪烏
更新: 我
[html]
[head]
//stuf with no js files included
[/head]
[body]
//content
[script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"][/script]
[script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"][/script]
[script src="js/script.js" type="text/javascript"][/script]
[/body]
[/html]
但JavaScript是首先加載(你可以在圖片中看到 - 螢火蟲 - 淨值):
你有沒有想過要在JS之前加載圖片? – 2011-01-31 13:12:45