????1??childNodes???????????????childElementCount??children
????2??innerText?? FF?в?????????????textContent????
????3???????????HTML????id????????????????????id???????????html????ie8-??????????????????????var??????????id????????????
????4???ele.style.property???????????λ??e.style.height= 34 + ‘px’
????5????????????????
????6??????form?е?????ff????document.formName.elements['elementName']??????ie????????document.formName.item('name')???????elements???????????????????????NodeCollection??NodeList????????collection['name']????
????7???????html???????????IE????????e.selfAttr = variable/e.selfAttr??????????????FF????????e.setAttribute(attr?? value)/e.getAttribute('attr')???
????8??input????type????????IE???????????????FF?п???????????????????????????????????????????′????????
????9??window.location.href?????????????????????????????????url??????????window.location????λ???url???磺location.hostname??location.port??location.pathname
????10??????????д??′???????
????View Code
????11??body????????FF?е?body??????body????????????????????IE?±???????????????
????12??function??new function????{}??new Function('.....')?????????
????13??FF?в????e.parentElement?????λ????????????e.parentNode???
????14??Table????????IE????????innerHTML?????table??tr???в???????????????js?????innerHLML????dom?????????tbody??
????15??IE?2???????e.setAttribute????????????style?????????????e.setAttribute('style'?? '.......')??e.style.cssText = ‘??????????????’?????????
????16??document.createElement('<div class="name"></div>')???????html?????FF?в????
????17??iframe????
????<iframe src="xxx.html" id="frameId" name="frameName" />
????IE ?п??????window.top.frmaeId??window.top.frameName?????????farme;FF??????????????IE??iframe???δ???????????????iframe.contentWindow????
????18??url encoding ????encodeURIComponent???????url??????????encodeURI?????????location??????????????url????
????19????????????IE??insertAdjacentElement(position??src)??FF??insertBefore(src?? ref)
????20??IE9???2??????html??????????????ж????????HTMLElement???????????e.nodeType === 1??????? e instanceof HTMLElement???