Picture of Ryan Lehmann
Re: Hmmm - next button?
by Ryan Lehmann - Thursday, 1 December 2016, 3:02 PM
 

This thread is pretty old, but in case others come across it while searching, using the Backbone router as shown in this example from Jonathan works in modern browsers (Chrome, Firefox, Edge, etc).

<a class="button" href="javascript: Backbone.history.navigate('#/id/56bbc0f3f43c483d3a94efa7', { trigger: true });">Next Section</a>

However, it is not working for me in IE. Matt's solution appears to work in all browsers for me. FYI.

<a href='#/id/c-30'>... 

Cheers,

Ryan