Jquery Mobile go back button scrolls to top
In my Jquery Mobile website I am using href for back button like; <a id='{0}' class='{1}' href='/' data-role=""button"" data-icon=""arrow-l"" data-transition=""slide"" data-direction=""reverse""> but if I have scroll on first page, back button jumps back to top again. First page does not stay on same position. Is there any solution for this? Najeeb K Solution I had this issue i fixed it using iSroll While going from PageA to PageB save the scroll position of PageA in a variable. to do this modify the iscroll.js and add getScrollY method under scrollTo like this scrollTo : function(x, y, time,