jQuery Mobile [JS]

jQuery Mobile

jQuery Mobile is a HTML5 framework which makes it easy to create mobile applications, by using its set of UI widgets. This is achieved by providing HTML that is marked up with various jQuery Mobile specific attributes, which is then processed to generate the final markup. Within PropertyCross jQuery Mobile is combined with KnockoutJS, which provides a presentation model (MVVM), RequireJS, for dependency management, and Cordova / PhoneGap, which packages the HTML / JavaScript within a native wrapper for app-store deployment. Cordova also provides a set of APIs for accessing native phone functionalities which are not available via HTML specifications.

To view the code and detailed build steps, see the github source.

Source Code - The full project source code is available on GitHub.

Blog - The official blog contains plenty of useful information about future releases and jQuery mobile features.

Getting started guide - A detailed guide providing the fundamentals of jQuery mobile development.

Forums - The official jQuery mobile forum is very active with passionate developers.

jQuery Mobile on Twitter - jQuery mobile's Twitter account is not updated regularly anymore but has lots of useful articles from the past.

Stackoverflow Questions - A number of questions and answers relating to jQuery mobile on Stackoverflow.

Framework example contributed by