Questions tagged [jquery-mobile]

jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.

jQuery Mobile has been deprecated as of October 7, 2021.


jQuery Mobile is a touch-optimized web framework for smartphones and tablets and is a unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid and foundation.

Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.

jQuery Mobile has a footprint of around 41 KB of JavaScript code (+33 KB for jQuery) and 13 KB of CSS styles (minified and compressed). It allows creating modern mobile user interfaces with simple HTML5 markup.

###How do I ask a good question on jQuery-Mobile?

  1. jQuery Mobile version
  2. jQuery (core) version
  3. Other JS libraries used
  4. Model used:
  • Single Page Model: Each "page div" in a separate HTML file.
  • Multi-Page Model: All "page div(s)" in one HTML file.
  1. Ajax Enabled/Disabled
  2. Clarify question by adding HTML and JS.
  3. Add details as much as possible (trivial details help)
  4. Be patient; don't ask the same question twice

###Resources

###Report an issue / follow-up issues

###Timeline:

  • jQuery Mobile 1.5 Upgrade Guide
  • 1.4.5 Oct 31, 2014 (Changes & fixes log)
  • 1.4.4 Sept 12, 2014
  • 1.4.3 July 1, 2014 (Changes & fixes log)
  • 1.4.2 February 28, 2014 (1.4.1 bugs fixed)
  • 1.4.1 February 12, 2014 (1.4.0 bugs fixed)
  • 1.4.0 (stable release) - December 20, 2013
  • 1.4.0 RC1 - October 24, 2013
  • 1.4.0 Beta 1 - September 24, 2013
  • Changes and features
  • 1.4.0 Alpha 2 - August 15, 2013
  • 1.4.0 Alpha- July 25, 2013
  • 1.3.2 - July 19, 2013
  • 1.3.1 - April 10, 2013
  • 1.3.0 Final - February 20, 2013
  • 1.3.0 RC1 - February 4, 2013
  • 1.3.0 Beta - January 13, 2013
  • 1.2.0 Final - October 2, 2012
  • 1.2.0 RC2 September 21, 2012
  • 1.2.0 RC1 September 14, 2012
  • 1.2.0 Beta September 5, 2012
  • 1.2.0 Alpha - August 1, 2012
  • 1.1.1 Final - July 12, 2012
  • Download Builder Alpha - June 30, 2012
  • 1.1.0 Final - April 13, 2012
  • 1.1.0 RC2 - April 6, 2012
  • 1.1.0 RC1 - February 28, 2012
  • 1.0.1 - January 26, 2012
  • 1.0 Final - November 16, 2011
  • RC3 – November 13, 2011
  • RC2 - October 19, 2011
  • RC1 - September 29, 2011
  • Beta 3 - September 8, 2011
  • Beta 2 - August 3, 2011
  • Beta 1 - June 20, 2011
  • Alpha4 - March 31, 2011
  • Alpha3 - February 4, 2011
  • Alpha2 - November 12, 2010
  • Alpha1 - October 16, 2010
  • Announced - August 11, 2010

Related Tags

22598 questions
335
votes
18 answers

How can I check if a checkbox is checked?

I am building a mobile web app with jQuery Mobile and I want to check if a checkbox is checked. Here is my code.