Results 421 - 440 of 631

Document.embeds

embeds returns a list of the embedded OBJECTS within the current document.
API Document HTML DOM NeedsCompatTable NeedsContent NeedsExample NeedsMarkupWork NeedsSpecTable Property

Document.fgColor

fgColor gets/sets the foreground color, or text color, of the current document.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.forms

forms returns a collection (an HTMLCollection) of the <form> elements within the current document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.getElementsByClassName()

Returns an array-like object of all child elements which have all of the given class names. When called on the document object, the complete document is searched, including the root node. You may also call getElementsByClassName() on any element; it will return only elements which are descendants of the specified root element with the given class names.
API DOM DOM Element Methods Gecko HTML5 Method Reference Référence

Document.getElementsByName()

Returns a nodelist collection with a given name in the (X)HTML document.
API Document DOM HTML Method NeedsCompatTable NeedsMarkupWork Reference Référence

Document.head

Returns the <head> element of the current document. If there are more than one <head> elements, the first one is returned.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence

Document.images

document.images returns a collection of the images in the current HTML document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.lastModified

Returns a string containing the date and time on which the current document was last modified.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.location

The Document.location read-only property returns a Location object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
API Document HTML DOM Property Read-only Reference Référence

Document.readyState

The Document.readyState property of a document describes the loading state of the document.
API HTML DOM NeedsBrowserAgnosticism NeedsCompatTable Property Reference Référence

Document.scripts

Returns a list of the <script> elements in the document. The returned object is an HTMLCollection.
API Document HTML DOM NeedsExample NeedsMarkupWork Property Reference Référence

History.length

The History.length read-only property returns an Integer representing the number of elements in the session history, including the currently loaded page. For example, for a page loaded in a new tab this property returns 1.
API History API HTML Property Read-only Reference Référence

HTML Drag and Drop API

HTML Drag and Drop interfaces enable applications to use drag and drop features in Firefox and other browsers. For example, with these features, the user can select draggable elements with a mouse, drag the elements to a droppable element, and drop those elements by releasing the mouse button. A translucent representation of the draggable elements follows the mouse pointer during the drag operation.
Advanced drag and drop events Events Guide HTML5 Overview XUL

HTMLContentElement.getDistributedNodes()

The HTMLContentElement.getDistributedNodes() method returns a static NodeList of the distributed nodes associated with this <content> element.
API HTML DOM Property Reference Référence Web Components

HTMLContentElement.select

The HTMLContentElement.select property reflects the select attribute. It is a DOMString containing a space-separated list of CSS selectors that select the content to insert in place of the <content> element.
API HTML DOM Property Reference Référence Web Components

HTMLDocument

HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document.
API HTML DOM Interface NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence