Is it possible to add a "go back" type function to the jQuery joyride plugin?

583 Views Asked by At

The question pretty much says it all... the homepage is here but I don't see anything related to going back, nor how I could add it myself.

2

There are 2 best solutions below

2
On

This Pull Request may be relevant for you : https://github.com/zurb/joyride/pull/7

You need to set: 'prevButton': true in your options

0
On

It seems this commit includes the right functionality although it doesnt come as standard in the plugin so you have to add in the bits from the commit but it does work fine!