javascript Date constructor

This is a reference to the function that created the instance of a Date objectthe native Date( ) constructor function in browsers.

javascript Date Description

The Date object is a static object that generates instances by way of several constructor functions. Each instance of a Date object is a snapshot of t

javascript dataTransfer setData( )

Stores string data in the dataTransfer object. Returns Boolean true if the assignment is successful

javascript dataTransfer getData( )

Returns a copy of data from the dataTransfer object. The dataTransfer contents remain intact for subsequent reading in other script statements.

javascript dataTransfer clearData( )

Removes data from the dataTransfer object.

javascript dataTransfer dropEffect, effectAllowed

These two properties work together but at different stages along a dragging operation that involves the dataTransfer object. They both control the

javascript dataTransfer Description

The dataTransfer object (accessible as a property of the event object) is a temporary container that scripts in IE 5 and later for Windows can u

javascript custom Description

Provides scriptable access to author-defined elements. Such elements share properties, methods, and event handlers of generic HTML element objects,

javascript currentStyle Description

The currentStyle object (a property of all HTML element objects in IE 5 and later for Windows) provides read-only access to the effective (cascade

javascript CSSStyleSheet Description

javascript CSSStyleDeclaration Description

javascript cssRules item( )

Returns a style sheet rule object corresponding to the rule matching the index value in source code order.

javascript cssRules length

Returns the number of elements in the collection, including @ rules.

javascript cssRules Description

A collection of cssRule (Netscape 6 and IE 5/Mac) or rule (IE 4 and later) objects that are members of a styleSheet object. The W3C DOM abstra

javascript cssRule insertRule( )

Inserts a new rule (selector text and style attributes) into the current @media rule at the position indicated by the second parameter.