Results 81 - 100 of 1,243

Event.createEvent()

Creates a new event, which must then be initialized by calling its init() method.
API DOM Event Method

Event.defaultPrevented

Returns a boolean indicating whether or not event.preventDefault() was called on the event.
API DOM Event Property

GlobalEventHandlers.onreset

The GlobalEventHandlers.onreset property contains an EventHandler triggered when a reset event is received.
API DOM Property

GlobalEventHandlers.onresize

The GlobalEventHandlers.onresize property contains an EventHandler triggered when a resize event is received.
API DOM Property

InputEvent

The InputEvent interface represents an event notifying of editable content change.
API DOM Interface

Navigator.buildID

Returns the build identifier of the browser.
API DOM Gecko Property

Navigator.cookieEnabled

Returns a Boolean value indicating whether cookies are enabled or not (read-only).
API DOM NeedsCompatTable Property

Navigator.maxTouchPoints

Return the maximum number of simultaneous touch contact points are supported by the current device.
API DOM Property Reference

NavigatorOnLine

The NavigatorOnLine interface contains methods and properties related to the connectivity status of the browser.
API HTML-DOM

Node.compareDocumentPosition()

The Node.compareDocumentPosition() method compares the position of the current node against another node in any other document.
API DOM Method Node

Node.contains()

The Node.contains() method returns a Boolean value indicating whether a node is a descendant of a given node or not.
API DOM Method Node

Node.hasChildNodes()

The Node.hasChildNodes() method returns a Boolean value indicating whether the current Node has child nodes or not.
API DOM Method Node

Node.lastChild

The Node.lastChild read-only property returns the last child of the node. If its parent is an element, then the child is generally an element node, a text node, or a comment node. It returns null if there are no child elements.
API DOM Gecko Property

Node.nodeName

The Node.nodeName read-only property returns the name of the current node as a string.
API DOM Gecko Property

Node.nodeValue

The Node.nodeValue property returns or sets the value of the current node.
API DOM Gecko Property