Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

getNextItem

getNextItem( startItem, delta )
Return type: element
This method returns the item a given distance (delta) after the specified startItem, or null if no such item exists. This example will return the item two rows after <var>someItem</var>: getNextItem ( someItem, 2 );

Document Tags and Contributors

 Contributors to this page: Sheppy, Marsf, Ptak82, Dria
 Last updated by: Sheppy,