I am implementing a mobile presentation of a website using jQuery Mobile. The JQM site provides a nice intro which includes features, accessibility concerns, and supported devices.
From the technical standpoint, I understand all of the events and when they fire, however, I’m a little fuzzy on what is actually happening under the hood. I believe there is more to it than meets the eye. I have found that it integrates well with RESTful oriented frameworks such as Rails and ASP.NET MVC, but does not do well with ASP.NET Web Forms.
Can anyone provide a brief overview of how it works including how, when, and why these additional events occur? The life-cycle of a page loading and a page transition, for example, would be very helpful.
A really good overview http://www.ibm.com/developerworks/web/library/wa-jqmobile/