I'm building an app with Ratchet, and in the navbar I'd like to use BACK & NEXT buttons.
Now, I'm not using Ratchet's built-in Push.js due to structural constraints.
Is there a way to create a page-independent BACK & NEXT buttons that look for the corresponding pages in my history?
You can use the History API
jsfiddle