我在全局JS文件中有這樣的代碼。只有在jquery被加載的情況下運行document.ready
$(document).ready(function() {
DoStuff();
});
不幸的是有些頁面包含此文件,但不包括jquery文件。所以我得到的錯誤:
Message: The value of the property '$' is null or undefined,
not a Function object
如何僅在加載jQuery文件時運行document.ready()
。
是_loaded_或** **不裝? – 2012-04-27 18:47:33