jQuery Mobile 1.4 Upgrade Guide

Introduction Supported platforms Theming Default theme Light Dark Custom theme Gradients New styles Page style Active and focus style for each swatch Override with custom CSS Option theme Buttons Icons Pseudo elements Alt and nodisc icons Icon shadow Navigation Widgets Initialization Standalone widgets initSelector enhanceWithin Using defaults Added enhanced option Page and Dialog Deprecated Dialog … Continue reading

jQuery Mobile 1.5 Upgrade Guide

Overview API Redesigns Preparing for jQuery Mobile 1.5 General changes Core Removed .focus( delay ) Removed .zIndex() Added .labels() Tabs Deprecated ui-tab class, replaced with ui-tabs-tab Widget Ability to customize style-related CSS classes Boolean style options Theme Icons Enhancer Degrade Inputs Keep Native Button General Markup Corners Shadow Mini Icon Position Inline Icon link OverviewThis … Continue reading

All Downloads

1.4.5 Released on October 31, 2014 jQuery Mobile 1.4.5 (source, theme, images) 1.4.4 Released on September 12, 2014 jQuery Mobile 1.4.4 (source, theme, images) 1.4.3 Released on July 1, 2014 jQuery Mobile 1.4.3 (source, theme, images) 1.4.2 Released on February 28, 2014 jQuery Mobile 1.4.2 (source, theme, images) 1.4.1 Released on February 12, 2014 jQuery … Continue reading

jQuery Mobile 1.4.5 Changelog

link Core JS Fixed resetActivePageHeight() to ignore any external fixed toolbar widget with option updatePagePadding set to true. ( #7739, 794c0ec) link Demos Fixed css references in classic theme demo. (#7771, 2f7a0bc) Fixed backbone demo to use pre-enhanced markup. (#7719, 7a633c2) Fixed external references to use cdn.rawgit.com. (#7767, a43f89c) link Navigation Fixed hash processing demo … Continue reading

jQuery Mobile 1.5.0-alpha1 Changelog

link General Removed jquery.mobile prefix from filenames (#6465, 18f872d) Updated boilerplate and UMD wrapper on all files (#7973, 62a1e78) link Core Removed UI core and references to it (#8490, 5a84fb0) Removed links.js and nojs.js files (#8491, 4b3adc7#8194, 5d64d59) Removed fieldcontain.js from index.php it no longer exists (8d589a2) Fixed silentScroll to be called only once (#8200, … Continue reading

jQuery Mobile 1.4.3 Changelog

link Accessibility Removed reflow CSS hack for Safari <= 5 to fix issues with assistive technology not being able to detect tables. (#6583, 0ec40a4) link Core JS Fixed over agressive removal of handlers in animationComplete. (#7265, ef1abfc) Improved performance of addFirstLastClass. (#7227, df691e6) Fixed resetActivePageHeight() to be less aggressive and not set a min-height if … Continue reading

jQuery Mobile 1.4.4 Changelog

link Eventslink Swipe Fixed processing of touchmove if its default is prevented. (#7573, a6aef45) link Init Fixed console warning in Firefox (#7589, e23d56d) link Navigation Fixed click handler to correctly handle absolute URLs with a hash. (#5759, 4813c33) Fixed comparison of domains case-sensitivity inside $.mobile.path (#2446, b068128) Fixed exceptions during navigation by correctly (un)escaping data-url … Continue reading

jQuery Mobile 1.4.1 Changelog

link Core JS AnimationComplete: Added transition, fallbacks and removed memory leaks. AnimationComplete is also now its own module including support tests for animations and transitions (#5156, #6816, #6697, #6895, #6148, 749c78e) Removed “use strict” (#13335, 362e3fc) Fixed Swipe event to trigger only one event per mouse sequence and let it bubble. The element to which … Continue reading

jQuery Mobile 1.4.2 Changelog

link Build Added commitplease for commit msg checking (d43d310) Added option “es3” to jshint (#7172, f6bf0d7) link Core JS Change default to durationDefault and fixed duration reading to safeguard against NAN values and fix camelcase of duration name (#7114, #7116, 5bbb46a) Fixed resetActivePageHeight to account for external toolbars (#7134, 6dcea68) link Demos Fixed source and … Continue reading

jQuery Mobile 1.3.2 Changelog

link Popup Popup: Correctly pass position data through to popupbeforeposition handler. (2b23833) Popup: Set visibility: hidden instead of display: none to remove the need for un-hiding before height calculation. (c5fdf04) keyboard does not disappear when after the pop-up is closed. (#5974, 143e4ba) Popup: Blur any focused elements inside container, including the container itself, upon closing. … Continue reading