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.

getPreviousItem

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

Document Tags and Contributors

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