previous( )


Moves to the previous image or slide.

The previous() function returns a promise that is resolved when the item is completely rendered. Calling previous() when on the first item moves to the last item.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Element>
Did this help?