jquery-mobile/js
Kin Blas 1a92be0240 Fix for issue 2406 - Navigation from one page back to multi-page template
- Make sure that our hashchange resolves non-path hashes against the documentBase. This prevents the resulting changePath() call from incorrectly resolving against the URL for the current active (external) page.

- Fixed a problem in the push-state code. A hashchange event is *NOT* fired when navigating back (window.history.back()) from an external page to an internal page. This makes sense when you think about it since hashchange is only ever fired when the hash of the current document url changes, not when the document url itself changes. The fix was to make sure that the pushstate hashchange callback always sets a state object, even on embedded page URLs. This allows the hashchange callback to be triggered from within onPopState().
2011-09-13 00:23:03 -07:00
..
index.php implemented native overflow scrolling based on support for -[prefix]-overflow-scrolling: touch. True fixed headers and footers come supported as well. 2011-09-08 12:38:50 -04:00
jquery.js updated jquery version to 1.6.2 2011-07-01 14:39:21 -04:00
jquery.mobile.buttonMarkup.js fix control group button selector in any .ui-bar instead of just .footer 2011-07-28 14:41:31 -04:00
jquery.mobile.collapsible.js Fix for issue #2404 2011-09-08 13:34:58 -04: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 changed minscroll to 250, better organization of lastscroll 2011-09-06 12:56:46 -04:00
jquery.mobile.degradeInputs.js degraded type should have been "text" instead of true. Addresses a comment in issue #2123 2011-08-18 22:01:58 -04:00
jquery.mobile.dialog.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.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 improved qualifications so that iOS5 gets the old-style fixed headers and footers when touchOverflow is disabled (which is the default). 2011-09-09 12:27:59 -04:00
jquery.mobile.fixHeaderFooter.native.js disabled iOS5 improvements by default. Can be enabled by binding to mobileinit and setting $.mobile.touchOverflowEnabled = true; 2011-09-08 13:26:33 -04:00
jquery.mobile.forms.button.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.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 fix refresh bug for new options of the same number as before 2011-09-09 17:27:26 -07:00
jquery.mobile.forms.select.js prefer defined theme from prototype or data options Fixes #2423 2011-09-12 09:08:48 -07:00
jquery.mobile.forms.slider.js I noticed that the code in the mouseup for the toggle switch was using a CSS3 transition, but calling the animationComplete() function which waits for an animationend event which will never come. This means we bind a new animationComplete() handler every time the toggle switch is clicked. 2011-09-07 10:09:00 -04:00
jquery.mobile.forms.textinput.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.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 added location.search to the original page data-url 2011-09-08 11:58:55 -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 Fix for issue #779 2011-08-24 13:54:03 -07:00
jquery.mobile.media.classes.js fixed typo: 'throttledResize' => 'throttledresize' 2011-09-07 10:09:00 -04:00
jquery.mobile.media.js This commit decouples all widgets from the page plugin so that they can be used ad-hoc. 2011-07-19 22:25:23 -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 Fix for issue 2406 - Navigation from one page back to multi-page template 2011-09-13 00:23:03 -07:00
jquery.mobile.navigation.pushstate.js Fix for issue 2406 - Navigation from one page back to multi-page template 2011-09-13 00:23:03 -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 implemented native overflow scrolling based on support for -[prefix]-overflow-scrolling: touch. True fixed headers and footers come supported as well. 2011-09-08 12:38:50 -04:00
jquery.mobile.transition.js jQuery core style guide conformance: jquery.mobile.transition.js 2011-06-29 09:38:57 -04:00
jquery.mobile.vmouse.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.widget.js jQuery core style guide conformance: jquery.mobile.widget.js 2011-06-29 10:00:57 -04:00
jquery.ui.widget.js Renamed files. 2010-10-07 11:30:48 -04:00