Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:HTML DOM

找到 8 篇文档

  • Web/API/Document/alinkColor 返回或设置文档体内的活动链接的颜色。mousedown和mouseup事件之间的时间在一个链接是有效的。
  • Web/API/GlobalEventHandlers/onclick onclick 属性返回当前元素的 click 事件句柄代码。
  • Web/API/HTMLButtonElement HTMLButtonElement 接口提供操作button元素 (除了 button 对象,这个接口对继承了该对象的元素也有效)的属性和方法。
  • Web/API/HTMLDialogElement HTMLDialogElement 接口提供操作 dialog 元素的方法.。此接口的方法和属性继承自 HTMLElement 接口。
  • Web/API/HTMLElement/blur blur 方法用来移除当前元素所获得的键盘焦点.
  • Web/API/HTMLHeadElement HTMLHeadElement 接口包含一个文档的描述信息(或者称作元信息)这类对象继承了 HTMLElement 接口的全部属性和方法。
  • Web/API/HTMLInputElement The HTMLInputElement interface provides special properties and methods (beyond the regular ...
  • Web/API/HTMLVideoElement HTMLVideoElement 接口提供了用于操作视频对象的特殊属性和方法。它同时还继承了 HTMLMediaElement 和 HTMLElement 的属性与方法。