javascript SPAN scrollLeft, scrollTop
Provide the distance in pixels between the actual left or top edge of the SPAN element's physical content and the left or top edge of the visible port
javascript SPAN focus( )
Gives focus from the current SPAN object, at which time the SPAN object's onfocus event fires. Note that the range of elements capable of focus and bl
javascript SPAN filters[ ]
Returns an array of all filter objects contained by the current element. Applies only to the following element objects: bdo , body , but
javascript SPAN blur( )
Removes focus from the current SPAN object, at which time the SPAN object's onblur event fires.
javascript SPAN Description
The span object reflects the span element. This element is used primarily as an arbitrary container for assigning styles to inline content eleme
javascript small Description
The description of small is placed in chapter: b, big, i, s, small, strike, tt, u
javascript selection toString( )
Returns a string containing only body content from the selection. Tags and attributes are ignored.
javascript selection selectionLanguageChange( )
Controls the cursor Bidi (bi-directional) level.
javascript selection selectAllChildren( )
Forces the selection object to encompass the element node passed as a parameter and all of its child nodes. This method is also a shortcut to usin
javascript selection removeRange( )
Removes a single Range object from the current selection (not from the document tree). If you have a multiple-range selection, you can iterate thr
javascript selection removeAllRanges( )
Removes all Range objects from the current selection (not from the document tree). The selection collapses, and the rangeCount property value ch
javascript selection getRangeAt( )
Returns a reference to the range within a selection object whose zero-based numeric index matches the passed parameter. The parameter should be zero.
javascript selection extend( )
Moves the end (focus) boundary of the selection to the designated document tree node and offset within that node. The start (anchor) point does not
javascript selection empty( )
Deselects the current selection and sets the selection object's type property to None . There is no change to the content that had been select
javascript selection deleteFromDocument( )
Removes the current selection from the document tree. The node hierarchy adjusts itself by obeying the same rules as Range.deleteContents( ) .
Powered by Linode.