previous( )


Moves to the previous image or slide.

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

Notes:

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Element>
Was this helpful?
Yes
No