..
index.php
Issue 2499: Some php improvements
2011-09-21 23:19:37 -07:00
jquery.js
jquery.mobile.buttonMarkup.js
Restored button inline styling by defining inline as an option in the button markup plugin. Fixes #2496
2011-09-23 15:28:24 -04:00
jquery.mobile.collapsible.js
Fixes #2212 - Collapsible heading vclick issue
2011-09-29 00:43:01 -07:00
jquery.mobile.controlGroup.js
jquery.mobile.core.js
create getEncodedText helper and update custom select for use Fixes #2547
2011-09-27 15:19:35 -07:00
jquery.mobile.degradeInputs.js
Fixes #2490 where IE (and WP7) were not properly degrading form inputs via the degradeinputs plugin (and search inputs were not being styled as such)
2011-09-23 19:17:22 -04:00
jquery.mobile.dialog.js
force close logic of custom select to run when close is clicked, centralize the binding for pagehide.remove
2011-09-23 16:32:56 -07:00
jquery.mobile.event.js
jquery.mobile.fieldContain.js
jquery.mobile.fixHeaderFooter.js
Removing the deprecated $.fixedToolbars property in preparation for jQM 1.0.
2011-09-20 15:28:07 -07:00
jquery.mobile.fixHeaderFooter.native.js
disabled touch overflow scrolling by default. overridable through $.mobile.touchOverflowEnabled.
2011-09-27 12:37:10 -04:00
jquery.mobile.forms.button.js
For the sake of jQuery’s serialize, submit inputs’ values are added to the form as a hidden input—this ensures it will only happen once, and that this logic only applies to submit inputs with a name attribute.
2011-09-23 18:10:03 -04:00
jquery.mobile.forms.checkboxradio.js
jquery.mobile.forms.select.custom.js
create getEncodedText helper and update custom select for use Fixes #2547
2011-09-27 15:19:35 -07:00
jquery.mobile.forms.select.js
Fixes #2538 — Button wasn’t getting the appropriate “has-count” class.
2011-09-27 16:47:11 -04:00
jquery.mobile.forms.slider.js
Fix for issue 2315 - Flip toggle switch with change event bound, triggers multiple times
2011-09-22 16:23:43 -07:00
jquery.mobile.forms.textinput.js
Disabled the workaround for issue 785 (jQM text input forces use of iOS auto-correction) on iOS 5 devices since it appears to be fixed. This is still a problem on iOS 4.x and earlier.
2011-09-26 11:39:30 -07:00
jquery.mobile.grid.js
jquery.mobile.hashchange.js
jquery.mobile.init.js
when touch overflow scrolling is supported and enabled, user scaling can create serious usability issues where it's difficult to get zoomed back out. This disables user scaling when that overflow scrolling is enabled (currently only projected for ios5 support)
2011-09-27 12:36:24 -04:00
jquery.mobile.links.js
jquery.mobile.listview.filter.js
jquery.mobile.listview.js
force close logic of custom select to run when close is clicked, centralize the binding for pagehide.remove
2011-09-23 16:32:56 -07:00
jquery.mobile.media.classes.js
binding these at mobileinit didn't help anything, and only hurt the ability to use them when jQM is dynamically appended. Idea credit to @martynsmith
2011-09-21 14:59:19 -04:00
jquery.mobile.media.js
jquery.mobile.navbar.js
jquery.mobile.navigation.js
Re-merge pull request #1550 from MaxThrax/master.
2011-09-28 22:08:30 -07:00
jquery.mobile.navigation.pushstate.js
jquery.mobile.nojs.js
jquery.mobile.page.js
jquery.mobile.page.sections.js
jquery.mobile.support.js
jquery.mobile.transition.js
Fixes #2529 - Transition to the same page
2011-09-28 09:14:52 -07:00
jquery.mobile.vmouse.js
jquery.mobile.widget.js
jquery.ui.widget.js