jquery-mobile/js
scottjehl 66be09d2de A new utility: $.mobile.zoom, which as 3 members: enabled [bool], disable [function], and enable [function].
This simple utility is used to disable user scaling in devices like iOS. The disable() method disables user-scaling. The enable() method enables user-scaling. The enabled property keeps track of state.

Two other utilites are included here as well.

First, there's zoom.iosfocusfix.js, which disables zoom as a select or input element is focused, preventing iOS from zooming into that element and cropping the viewport. Zoom is restored just after the focus event fires (a half second timeout).

Then there's zoom.iosorientationfix.js, which is intended to fix the iOS orientationchange zoom bug, following the approach from this project https://github.com/scottjehl/iOS-Orientationchange-Fix. This may not  be working yet. Needs testing, and it may require that we change the values of the meta content to use maximum-scale instead of user-scalable.

Lastly, fixedtoolbar, once it lands, should use this utility to disable/enable zoom, rather than the one that's currently included in its own source.
2012-01-24 17:31:05 +07:00
..
index.php added new fixedToolbar plugin (its matching css is already in from the previous messy merge). Docs page is updated to match the new preferred syntax (no changes in API, however) 2012-01-19 00:19:06 +07:00
jquery-1.6.4.js Added jQuery 1.6.4 2012-01-22 23:13:31 -08:00
jquery-1.7.1.js Added jQuery 1.7.1 2012-01-22 23:13:50 -08:00
jquery.js Added meta info to jQuery Core file. 2012-01-13 17:31:35 -05:00
jquery.mobile.buttonMarkup.js Update to buttonMarkup to use appropriate data selector 2012-01-19 09:20:05 -08:00
jquery.mobile.collapsible.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.collapsibleSet.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.controlGroup.js Moved the pagecreate handler registration for controlgroups to the init IIFE so it's executed after all required widgets have registered theirs 2012-01-20 09:35:36 -08:00
jquery.mobile.core.js defined touchOverflowEnabled in core 2012-01-19 00:17:40 +07:00
jquery.mobile.define.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.degradeInputs.js use helper method to get page data to prevent dialog failures 2012-01-17 14:39:10 -08:00
jquery.mobile.dialog.js Fix to #3351, dialogs reopening when attempting to close them 2012-01-16 18:38:58 -06:00
jquery.mobile.docs.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.event.js Additional meta information (grouping/required). 2012-01-17 14:05:23 -05:00
jquery.mobile.fieldContain.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.fixedToolbar.js added new fixedToolbar plugin (its matching css is already in from the previous messy merge). Docs page is updated to match the new preferred syntax (no changes in API, however) 2012-01-19 00:19:06 +07:00
jquery.mobile.forms.button.js Merge pull request #3398 from garann/master 2012-01-16 15:04:56 -08:00
jquery.mobile.forms.checkboxradio.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.forms.select.custom.js Show me the cache 2012-01-17 16:03:38 -08:00
jquery.mobile.forms.select.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.forms.slider.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.forms.textinput.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.grid.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.hashchange.js reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
jquery.mobile.init.js Moved the pagecreate handler registration for controlgroups to the init IIFE so it's executed after all required widgets have registered theirs 2012-01-20 09:35:36 -08:00
jquery.mobile.js A new utility: $.mobile.zoom, which as 3 members: enabled [bool], disable [function], and enable [function]. 2012-01-24 17:31:05 +07:00
jquery.mobile.links.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.listview.filter.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.listview.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.media.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.navbar.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.navigation.js removed internal use of the touchOverflowEnabled flag. It'll remain defined until next major release, however. Now in core. 2012-01-19 00:15:09 +07:00
jquery.mobile.navigation.pushstate.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.nojs.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.page.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.page.sections.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.support.js Additional meta information (grouping/required). 2012-01-17 14:05:23 -05:00
jquery.mobile.transition.flip.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.flow.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.js fixed the fixed toolbar tap toggle. Footers weren't moving to bottom. This line was outta line 2012-01-23 23:47:08 +07:00
jquery.mobile.transition.pop.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.slide.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.slidedown.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.slideup.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.turn.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.vmouse.js reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
jquery.mobile.widget.js reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
jquery.mobile.zoom.iosfocusfix.js A new utility: $.mobile.zoom, which as 3 members: enabled [bool], disable [function], and enable [function]. 2012-01-24 17:31:05 +07:00
jquery.mobile.zoom.iosorientationfix.js A new utility: $.mobile.zoom, which as 3 members: enabled [bool], disable [function], and enable [function]. 2012-01-24 17:31:05 +07:00
jquery.mobile.zoom.js A new utility: $.mobile.zoom, which as 3 members: enabled [bool], disable [function], and enable [function]. 2012-01-24 17:31:05 +07:00
jquery.tag.inserter.js Moved the conditional define call within a document.write 2012-01-22 23:15:59 -08:00
jquery.ui.widget.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
order.js Actually need order! plugin for controlgroup at least 2012-01-13 17:21:26 +07:00