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