Announcing jQuery Mobile 1.3.2
The jQuery Mobile team is happy to announce 1.3.2. This is the second maintenance release for 1.3 and contains fixes throughout the library. Try it now!
Demos & docs | Download & CDN | Change log
Download
CDN-Hosted JavaScript:
- Uncompressed: jquery.mobile-1.3.2.js (useful for debugging)
- Minified: jquery.mobile-1.3.2.min.js (full library, ready to deploy)
CDN-Hosted CSS:
- Uncompressed with Default theme: jquery.mobile-1.3.2.css (useful for debugging)
- Minified with Default theme: jquery.mobile-1.3.2.min.css (full library, ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.3.2.css (useful for theme development)
- Minified structure without a theme: jquery.mobile-1.3.2.min.css (full library, ready to deploy)
Copy-and-Paste Snippet for CDN-hosted files (recommended):
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
ZIP File:
If you want to host the files yourself you can download a zip of all the files:
- Zip File: jquery.mobile-1.3.2.zip (JavaScript, CSS, and images)
Microsoft CDN hosted jQuery Mobile files:
Fork jQuery Mobile on GitHub
https://github.com/jquery/jquery-mobile
Change log
Popup
Popup: Correctly pass position data through to popupbeforeposition handler.
keyboard does not disappear when after the pop-up is closed (Issue #5974)
– Popup: Blur any focused elements inside container, including the container itself, upon closing. Fixes #5974 – keyboard does not disappear when after the pop-up is closed.
Popup Widget Events Passed as init Options are Immediately Executed (Issue #5958)
– Popup: Performance improvements. Fixes #5958. Found with git bisect.
Textinput
Fix for placeholder text not being grayed out in IE10
Buttonmarkup
buttonMarkup: Remove popup special handling.
Table
Duplicated “display” property (Issue #5985)
– Table: Removed duplicate display property from CSS. Fixes #5985. Thanks @mish7 !
Custom selects
Custom selects with an id containing a period don’t open their popup (Issue #5893)
– Custom select: Escape weird characters in popup/dialog ID when they become hrefs. Fixes #5893.
Dynamic Select empty when opening second time. (Issue #5935)
– Custom select: Remove dialog upon _destroy. Fixes #5935 – Dynamic Select empty when opening second time.
Non native menus: dialog size select title should match the label when changed after the dialog markup is added to the DOM (Issue #5956)
– Dialog: Render un-closeable during pagebeforehide. Fixes #5956.
Controlgroup
Fieldcontain fieldset legend overflows in IE10 (Issue #6139)
– Controlgroup: Make legend wrap on IE10. Fixes #6139.
Fieldset
incorrect overflow handling selectmenu[multiple] inside fieldset (Issue #6077)
– Core CSS: Unset browser default min-width for fieldset. Fixes #6077.
Panel
Panel: Opening from anchor tag within listview does not remove active button class (Issue #5961)
– Panel: Make sure active button class is removed when link to panel is a listview button. Fixes #5961.
Slider
Slider widget does not work on Opera Mobile 12.10 browser with JQM version 1.3.1 (Issue #5903)
– Slider: On Opera Mobile event.which is undefined. Accept that and get slidin'. Fixes #5903.
Navigation
loadPage Cannot read property ‘prefetch’ of undefined (Issue #5877)
– Prefetch: Check for existance of options object before checking prefetch property Fixes #5877 – loadPage Cannot read property 'prefetch' of undefined and addresses execption from #5951
Navigating back is broken with autoInitializePage = false (Cannot call method ‘trigger’ of undefined) (Issue #5284)
– resolve the nav ready deferred after the page container has been created Fixes #5284
Links
Popup button missing role attribute / aria-owns missing “-popup” postfix (Issue #6117)
– Links: ID refs without hashtag for aria-owns attribute of links to popups. Fixes #6117.
The “popup” data rel attribute should be mapped to the respective ARIA attributes (Issue #5898)
– Links: Append popup accessibility attributes. Fixes #5898.
Theme
Split button list: Buttons not showing in IE7 (1.3 regression) (Issue #6002)
– Theme: Use shorthand for background color fallback to make it work on IE7. Fixes #6002.
Demo center
Added note to the PHP redirect demo that says it only works on a server.
Update example CSS for “Making the panel responsive” (Issue #5889)
– Demos: Updated comment above example CSS for clarification. Fixes #5889.
Bug in documentation example “Making the panel responsive” (Issue #5936)
– Demos: Updated responsive panels CSS example. Fixes #5936.
Popup: Removed weird (and almost certainly accidental) popup-inside-popup embedding.
Tests
Custom select integration tests: Ensure dialog is removed after destroying dialog-sized select menu.
Thanks for the release..
Was expecting 1.4
1.4.0 Alpha is out now as well… http://jquerymobile.com/blog/2013/07/25/announcing-jquery-mobile-1-4-0-alpha/
Thanks for the new version!
Is there a reason why you have jquery-1.9.1 in the copy & paste snippet and not 1.10.1?
FYI – you should update the Download page with 1.3.2 details (http://jquerymobile.com/download/)
The reason it says 1.9.1 is that 1.3 hasn’t been tested extensively against jQuery core 1.10.
I updated the download page. Thanks for the pointer!
Should this work with jquery 2.0.3 or is jquery 1.x required?
Good question! My own jQuery Mobile webapp doesn’t work with jQuery 2, only 1.x. Strange that they haven’t added compatibility for jQuery 2.
I suspect most users of jQuery Mobile don’t need support for IE8 so using jQuery 2.x with its faster performance and smaller file size would be useful.
1.3.2 does not support jQuery 2.0. The reason is that jQuery wasn’t out yet when we released 1.3. We had to make changes in the jQuery Mobile framework to make it work with 2.0 and maintenance releases should only contain bug fixes. jQuery Mobile 1.4 will support jQuery 2.0.
Thanks for the new version!
Thanks! jQuery Mobile for the update.
Cannot call not of undefined error occurs when updating jquery mobile fully from 1.2.1 to 1.3.2
thank you for sharing such nice info to us. i like it its very informative one keep sharing this type of information to keep in touch with the people.
When can we expect jquery mobile 1.4. And, whether the below issues will be addressed
1. Swipe issue across devices.
2. Flickering issue
This is great I like it keep it up, we are enjoying this here in Zimbabwe
Thank for new release. It’s really cool.
Thanks for the version,
btw, I think there is an error with the zip files.
In the jquery.mobile-1.3.2.min.css it doesn’t hide the ui-loader div, but jquery.mobile-1.3.2.css does.
I hope you can fix it.
Love this new version. Thank you!