jquery-mobile/js
scottjehl ac67e92cbb This change sets the "lastScroll" property to each urlHistory item object, allowing us to remember previous scroll distances when returning to a page that has since been removed from the DOM. Before this change, this number was stored in data on the page element, so it is lost when the page is removed after pagehide.
Also, this change removes a reference in memory that we were keeping to the $activeClickedLink on each page. We stored this in attempt to refocus a link after returning to a page. Unfortunately, it doesn't seem that this data can be retained after pages are removed from the DOM, outside of somehow remembering a unique selector string to reach that element again (which could be achieved by adding some overhead, ala http://stackoverflow.com/questions/2068272/getting-a-jquery-selector-for-an-element )
2011-09-06 12:56:46 -04:00
..
index.php whitespace and comment merge conflict resolved 2011-08-17 11:09:05 -07: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 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.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 add config option for pushstate 2011-08-25 11:42:32 -07: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 Bug 1992; Swipe threshold constants are configurable 2011-07-02 08:23:52 -07: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 Core Style Conformance updates; jquery.mobile.fixHeaderFooter.js 2011-08-01 18:34:49 -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 re-added setting of $.mobile.activeBtnClass on selected option but only for single select lists 2011-08-31 13:33:52 -07:00
jquery.mobile.forms.select.js fixed selected items bug 2011-08-10 13:35:05 -07:00
jquery.mobile.forms.slider.js Fix for issue 2345 - Flip toggle switches *ALWAYS* toggle 2011-08-29 12:39:25 -07: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 set initial page div's data-url to location.pathname unless it has an ID on it. This fixes an issue where going back to the initial page will end up generating a new homepage rather than transitioning to the one already in the dom. 2011-08-28 00:06:27 -04:00
jquery.mobile.links.js changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -04: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 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.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 This change sets the "lastScroll" property to each urlHistory item object, allowing us to remember previous scroll distances when returning to a page that has since been removed from the DOM. Before this change, this number was stored in data on the page element, so it is lost when the page is removed after pagehide. 2011-09-06 12:56:46 -04:00
jquery.mobile.navigation.pushstate.js simplified the default hash handling prevention back to somthing akin to @scottjehl's original implementation 2011-08-27 02:47:54 -07:00
jquery.mobile.nojs.js changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -04:00
jquery.mobile.page.js Clarified the documentation around the purpose of the pagebeforecreate event and removed the pagebeforecreate return value check, as returning beforecreate false is no longer relevant now that all plugins auto-init externally, rather than inline in the page plugin. 2011-08-27 11:26:16 -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 Merge branch 'replacestate-external' 2011-08-25 13:05:54 -07: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 Coding standards 2011-06-29 08:59:40 -07: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