Scroll to a div using Jquery Mobile
Recently, I had a project where I was using Jquery Mobile within a UIWebview control. I had to implement linking to an id on another page (i.e. href=#topic ) while using jquery Mobile (jqm). The documentation warns you that this will not work out of the box because of the way the system navigates between pages. There are So you have to do a little bit of extra work to get that bit of functionality to work. ...