[常用的一些javascript小技巧.doc

  1. 1、本文档共36页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[常用的一些javascript小技巧

常用的一些javascript小技巧 事件源对象 Quote event.srcElement.tagName event.srcElement.type 捕获释放 Quote event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 Quote event.keyCode event.shiftKey event.altKey event.ctrlKey 事件返回值 Quote event.returnValue 鼠标位置 Quote event.x event.y 窗体活动元素 Quote document.activeElement 绑定事件 Quote document.captureEvents(Event.KEYDOWN); 访问窗体元素 Quote document.all(txt).focus(); document.all(txt).select(); 窗体命令 Quote document.execCommand 窗体COOKIE Quote document.cookie 菜单事件 Quote document.oncontextmenu 创建元素 Quote document.createElement(SPAN); 根据鼠标获得元素: Quote document.elementFromPoint(event.x,event.y).tagName==TD document.elementFromPoint(event.x,event.y).appendChild(ms) 窗体图片 Quote document.images[索引] 窗体事件绑定 Quote document.onmousedown=scrollwindow; 元素 Quote document.窗体.elements[索引] 对象绑定事件 Quote document.all.xxx.detachEvent(onclick,a); 插件数目 Quote navigator.plugins 取变量类型 Quote typeof($js_libpath) == undefined 下拉框 Quote 下拉框.options[索引] 下拉框.options.length 查找对象 Quote document.getElementsByName(r1); document.getElementById(id); 定时 Quote timer=setInterval(scrollwindow(),delay); clearInterval(timer); UNCODE编码 Quote escape() ,unescape 父对象 Quote obj.parentElement(dhtml) obj.parentNode(dom) 交换表的行 Quote TableID.moveRow(2,1) 替换CSS Quote document.all.csss.href = a.css; 并排显示 Quote display:inline 隐藏焦点 Quote hidefocus=true 根据宽度换行 Quote style=word-break:break-all 自动刷新 Quote meta HTTP-EQUIV=refresh CONTENT=8;URL= 简单邮件 Quote a href=mailto:aaa@?subject=cccbody=xxxyyy 快速转到位置 Quote obj.scrollIntoView(true) 锚 Quote a name=first a href=#firstanchors/a 网页传递参数 Quote location.search(); 可编辑 Quote obj.contenteditable=true 执行菜单命令 Quote obj.execCommand 双字节字符 Quote /[^\x00-\xff]/ 汉字 Quote /[\u4e00-\u9fa5]/ 让英文字符串超出表格宽度自动换行 Quote word-wrap: break-word; word-break: break-all; 透明背景 Quote IFRAME src=1.htm width=300 height=180 allowtransparency/

文档评论(0)

lunwen1978 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档