window.onload
DOMReady? 只加載html css js 寫法: document.addEventListener('DOMContentLoaded',function(){
},false);? DOM事件必須以DOM開頭 必須用(addEventListener)事件綁定添加绢馍;
獲取非行間樣式:1.getComputedStyle(oELe拓诸,false)丹泉。width喧伞;IE6/7/8
2驼卖。oELe。currentStyle斩松。width
3.全部兼容 (oEle.currentStyle||getComputedStyle(oEle,false))['width']
JQuery位置:原生:相對offsetLeft荞彼、offsetTop 絕對getPos()。left拜效、top
? ? ? ? ? ? ? ? ? ? ? jquery:絕對$().offset().left/top 相對$().position().left/top
寬高 :width()/height()? ? ? ?
寬高+padding? ? ? ? ? ? innerWidth()/innerHeight()? ? ? ??
寬高+padding+border? ? ? ? ? ? ?outerWidth()/outherHeight()
原生對象不能使用jquery的方法 相反一樣
轉(zhuǎn)換:原生轉(zhuǎn)換jquery $(原生對象)? ?jquery轉(zhuǎn)原生$( 元素)喷众。get(0)各谚;