Results 81 - 100 of 1,243
Creates a new event, which must then be initialized by calling its init()
method.
The
GlobalEventHandlers.onreset
property contains an
EventHandler
triggered when a
reset
event is received.
The
GlobalEventHandlers.onresize
property contains an
EventHandler
triggered when a
resize
event is received.
The InputEvent
interface represents an event notifying of editable content change.
Returns the build identifier of the browser.
Returns a Boolean value indicating whether cookies are enabled or not (read-only).
Return the maximum number of simultaneous touch contact points are supported by the current device.
The NavigatorOnLine
interface contains methods and properties related to the connectivity status of the browser.
The Node.compareDocumentPosition()
method compares the position of the current node against another node in any other document.
The
Node.contains()
method returns a
Boolean
value indicating whether a node is a descendant of a given node or not.
The
Node.hasChildNodes()
method returns a
Boolean
value indicating whether the current
Node
has
child nodes or not.
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.
The Node.nodeName
read-only property returns the name of the current node as a string.
The Node.nodeValue
property returns or sets the value of the current node.