jquery加載頁面時調用js的方法

通常的加載頁面時調用js方法以下:jquery window.onload = function() { $("table tr:nth-child(even)").addClass("even"); //這個是jquery代碼 };瀏覽器 這段代碼會在整個頁面的document所有加載完成之後執行。不幸的這種方式不只要求頁面的DOM tree所有加載完成,並且要求全部的外部圖片和資源所有加載完成
相關文章
相關標籤/搜索