| .. |
|
index.php
|
removed media classes JS - deprecated since Beta 1. Use CSS3 Media Queries with a polyfill instead :) Docs are updated to link to old code in case anyone still needs a backwards-port
|
2011-09-29 14:47:05 -04:00 |
|
jquery.js
|
updated jQuery to 1.6.4
|
2011-09-20 17:42:44 -04:00 |
|
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
|
Moved autoinit calls to after widgets. Made it so auto init selectors use the initSelector option, so that it can be configurable.
|
2011-07-27 18:42:16 -04:00 |
|
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
|
Fixes for issue 1464 - No way to stop a link from being followed with some custom event (tap, taphold)
|
2011-09-07 10:09:00 -04:00 |
|
jquery.mobile.fieldContain.js
|
Moved autoinit calls to after widgets. Made it so auto init selectors use the initSelector option, so that it can be configurable.
|
2011-07-27 18:42:16 -04:00 |
|
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
|
Moved autoinit calls to after widgets. Made it so auto init selectors use the initSelector option, so that it can be configurable.
|
2011-07-27 18:42:16 -04:00 |
|
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 core style guide conformance: jquery.mobile.grid.js
|
2011-06-28 21:25:13 -04:00 |
|
jquery.mobile.hashchange.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |
|
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
|
Incorrect comment text on the headers of two plugins.
|
2011-09-09 16:07:31 -05:00 |
|
jquery.mobile.listview.filter.js
|
Made _refreshCorners private
|
2011-08-11 12:08:27 -07:00 |
|
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.js
|
changed comment in JS
|
2011-09-29 14:46:06 -04:00 |
|
jquery.mobile.navbar.js
|
Moved autoinit calls to after widgets. Made it so auto init selectors use the initSelector option, so that it can be configurable.
|
2011-07-27 18:42:16 -04:00 |
|
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
|
suggestion from @jblas to save a bit of execution
|
2011-09-15 10:45:27 -07:00 |
|
jquery.mobile.nojs.js
|
Incorrect comment text on the headers of two plugins.
|
2011-09-09 16:07:31 -05:00 |
|
jquery.mobile.page.js
|
add tabindex to page element
|
2011-09-06 12:58:14 -04:00 |
|
jquery.mobile.page.sections.js
|
Brought back the page content div theme inheritance from b1. Thanks to abdulqadir for the suggestion. Fixes #2221
|
2011-08-05 09:58:25 -04:00 |
|
jquery.mobile.support.js
|
moved the support test for event capture, allowing vmouse to run standalone on jQuery Core.
|
2011-09-20 17:26:36 -04:00 |
|
jquery.mobile.transition.js
|
Fixes #2529 - Transition to the same page
|
2011-09-28 09:14:52 -07:00 |
|
jquery.mobile.vmouse.js
|
moved the support test for event capture, allowing vmouse to run standalone on jQuery Core.
|
2011-09-20 17:26:36 -04:00 |
|
jquery.mobile.widget.js
|
add 'widgetinit' event for users to enhance widgets and markup post 'widgetcreate'
|
2011-09-15 15:15:14 -07:00 |
|
jquery.ui.widget.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |