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....

February 23, 2014 · 2 min · Bilal Durrani

The trouble with panels

I’ve recently started playing with jQuery Mobile. And as some with very little experience with modern HTML/js/CSS, I found it overwhelming. v1.4 was released recently and while the actual libraries were published, the documentation left must to be desired. Granted I might have been trying an advanced use case that might not have been very well tested. My goal was to make use of their most excellant panel widget. I wanted to recreate the navigation tree as seen in their demo page....

January 25, 2014 · 3 min · Bilal Durrani