I've implemented ajax show hide functionality to display tabs, but whenever I scroll down to the tab and click on it, the page scrolls back to the top.
You can check out the example code in this fiddle: http://jsfiddle.net/8dDat/1/
I've attempted using return false
, but unfortunately, it didn't solve the issue. Any suggestions on how to fix this problem?