This page is using jQuery to modify the links and then perform the page slide.
If you click on the ‘Next’ button a couple of times, then try to click the ‘Prev’ button, it does not do anything until you click the ‘Prev’ button around 3 times.
Can anyone suggest a reason why and how to make it instant?
The problem here is you’re changing the
hrefin theclickevent, if you want to navigate to these, you need to change it in something earlier, saymousedown, like this:You can test it out here – or test a full screen version here.