資源描述:
《javascript大全寶典》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫(kù)。
1、Javascript大全寶典·事件源對(duì)象event.srcElement.tagNameevent.srcElement.type·捕獲釋放event.srcElement.setCapture();??event.srcElement.releaseCapture();??·事件按鍵event.keyCodeevent.shiftKeyevent.altKeyevent.ctrlKey·事件返回值event.returnValue·鼠標(biāo)位置event.xevent.y·窗體活動(dòng)元素document.activeElement·
2、綁定事件document.captureEvents(Event.KEYDOWN);·訪問(wèn)窗體元素document.all("txt").focus();document.all("txt").select();·窗體命令document.execCommand·窗體COOKIEdocument.cookie·菜單事件document.oncontextmenu·創(chuàng)建元素document.createElement("SPAN");??·根據(jù)鼠標(biāo)獲得元素:document.elementFromPoint(event.x,eve
3、nt.y).tagName=="TDdocument.elementFromPoint(event.x,event.y).appendChild(ms)??·窗體圖片document.images[索引]·窗體事件綁定document.onmousedown=scrollwindow;·元素document.窗體.elements[索引]·對(duì)象綁定事件document.all.xxx.detachEvent('onclick',a);·插件數(shù)目navigator.plugins·取變量類型typeof($js_libpath)=
4、="undefined"·下拉框下拉框.options[索引]下拉框.options.length·查找對(duì)象document.getElementsByName("r1");document.getElementById(id);·定時(shí)timer=setInterval('scrollwindow()',delay);clearInterval(timer);·UNCODE編碼escape(),unescape·父對(duì)象obj.parentElement(dhtml)obj.parentNode(dom)·交換表的行TableID
5、.moveRow(2,1)·替換CSSdocument.all.csss.href="a.css";·并排顯示display:inline·隱藏焦點(diǎn)hidefocus=true·根據(jù)寬度換行style="word-break:break-all"·自動(dòng)刷新·簡(jiǎn)單郵件??
6、·快速轉(zhuǎn)到位置obj.scrollIntoView(true)·錨anchors·網(wǎng)頁(yè)傳遞參數(shù)location.search();·可編輯obj.contenteditable=true·執(zhí)行菜單命令obj.execCommand·雙字節(jié)字符/[^x00-xff]/漢字/[u4e00-u9fa5]/·讓英文字符串超出表格寬度自動(dòng)換行word-wrap:break-word;word-break:break-all;·透明背景7、htm"width=300height=180allowtransparency>·獲得style內(nèi)容obj.style.cssText·HTML標(biāo)簽document.documentElement.innerHTML·第一個(gè)style標(biāo)簽document.styleSheets[0]·style標(biāo)簽里的第一個(gè)樣式document.styleSheets[0].rules[0]·防止點(diǎn)擊空鏈接時(shí),頁(yè)面往往重置到頁(yè)首端。word·上一網(wǎng)頁(yè)源as
8、p:request.servervariables("HTTP_REFERER")javascript:document.referrer·釋放內(nèi)存CollectGarbage();·禁止右鍵document.oncontextmenu=function(){r