Quantcast
Channel: jQuery API Documentation » Version 1.1.4
Browsing latest articles
Browse All 18 View Live

.slice()

.slice( start [, end ] )Returns: jQuery Description: Reduce the set of matched elements to a subset specified by a range of indices. version added: 1.1.4.slice( start [, end ] ) start Type: Integer An...

View Article



:only-child Selector

only-child selector Description: Selects all elements that are the only child of their parent. version added: 1.1.4jQuery( ":only-child" ) If the parent has other child elements, nothing is matched....

View Article

:nth-child() Selector

nth-child selector Description: Selects all elements that are the nth-child of their parent. version added: 1.1.4jQuery( ":nth-child(index/even/odd/equation)" ) index: The index of each child to match,...

View Article

:last-child Selector

last-child selector Description: Selects all elements that are the last child of their parent. version added: 1.1.4jQuery( ":last-child" ) While :last matches only a single element, :last-child can...

View Article

jQuery.isXMLDoc()

jQuery.isXMLDoc( node )Returns: Boolean Description: Check to see if a DOM node is within an XML document (or is an XML document). version added: 1.1.4jQuery.isXMLDoc( node ) node Type: Element The...

View Article


:has() Selector

has selector Description: Selects elements which contain at least one element that matches the specified selector. version added: 1.1.4jQuery( ":has(selector)" ) selector: Any selector. The expression...

View Article

:first-child Selector

first-child selector Description: Selects all elements that are the first child of their parent. version added: 1.1.4jQuery( ":first-child" ) While :first matches only a single element, the...

View Article

event.relatedTarget

event.relatedTargetReturns: Element Description: The other DOM element involved in the event, if any. version added: 1.1.4event.relatedTarget For mouseout, indicates the element being entered; for...

View Article


:contains() Selector

contains selector Description: Select all elements that contain the specified text. version added: 1.1.4jQuery( ":contains(text)" ) text: A string of text to look for. It's case sensitive. The matching...

View Article

Browsing latest articles
Browse All 18 View Live




Latest Images