首页产品库评测行情新闻|手机数码笔记本台式机DIY硬件数字家庭数码相机办公外设|软件下载游戏开发|社区

更多

数码相机
MP4
LCD
机箱
音箱

软件资讯设计 工具 系统 开发 安全 办公 陶吧 IT教育 Windows 7 | 下载中心天极下载中心诚征下载通路合作伙伴
天极网 > 软件频道 > 网页陶吧>编辑推荐:最新 javascript 技巧集

编辑推荐:最新 javascript 技巧集

2006-12-27 08:48作者:龙犊出处:盛世唐朝责任编辑:龙犊

  事件源对象
  event.srcElement.tagName
  event.srcElement.type
  捕获释放
  event.srcElement.setCapture(); 
  event.srcElement.releaseCapture(); 
  事件按键
  event.keyCode
  event.shiftKey
  event.altKey
  event.ctrlKey
  事件返回值
  event.returnValue
  鼠标位置
  event.x
  event.y
  窗体活动元素
  document.activeElement
  绑定事件
  document.captureEvents(Event.KEYDOWN);
  访问窗体元素
  document.all("txt").focus();
  document.all("txt").select();
  窗体命令
  document.execCommand
  窗体COOKIE
  document.cookie
  菜单事件
  document.oncontextmenu
  创建元素
  document.createElement("SPAN"); 
  根据鼠标获得元素:
  document.elementFromPoint(event.x,event.y).tagName=="TD
  document.elementFromPoint(event.x,event.y).appendChild(ms) 
  窗体图片
  document.images[索引]
  窗体事件绑定
  document.onmousedown=scrollwindow;
  元素
  document.窗体.elements[索引]
  对象绑定事件
  document.all.xxx.detachEvent('onclick',a);
  插件数目
  navigator.plugins
  取变量类型
  typeof($js_libpath) == "undefined"
  下拉框
  下拉框.options[索引]
  下拉框.options.length
  查找对象
  document.getElementsByName("r1");
  document.getElementById(id);
  定时
  timer=setInterval('scrollwindow()',delay);
  clearInterval(timer);
  UNCODE编码
  escape() ,unescape
  父对
  obj.parentElement(dhtml)
  obj.parentNode(dom)
  交换表的行
  TableID.moveRow(2,1)

热卖推荐: 手机 诺基亚 MP5 电脑包 双卡双待 手机链 U盘 笔记本电脑

关注此文的读者还看过:

返回网页陶吧首页

共15页。 12345678910下一页

软件频道最新更新

热点推荐

IT嘉年华

编辑推荐

软件下载

热门
推荐

网友关注

软件
资料
游戏

装机推荐

文章排行

本周
本月
最新更新
天极服务|关于我们|About us|网站律师|RSS订阅|友情合作|加入我们|天极动态|网站地图|意见反馈|MSN/QQ上看天极
Copyright (C) 1999-2012 Yesky.com, All Rights Reserved 版权所有 天极网络