jquery-mobile/js
Kin Blas c910f4b01f Fix for issues:
470 - Multiple Footers when using data-position=fixed and data-id=[someid]

773 - The fixHeaderFooter pagebeforeshow live function is not triggered for the initial page shown

- Removed the findStickyFooter() function.

- Reworked the logic in the pagebeforeshow live function. We now add a ui-sticky-footer class to the sticky footer element. This will guarantee that we find the sticky footer if it already exists. We may at some point want to consider the use of ids on the sticky footers so that we don't have to crawl the entire document.

- Moved the live pagebeforeshow and pageshow calls outside of the DOMReady function so that they get registered as soon as the plugin is loaded. This guarantees that they will be triggered when the core plugin's DOMReady function fires.

- This fix makes issue/pull-request 765 obsolete.
2011-01-07 01:07:22 -08:00
..
index.php refactor of jquery.mobile.core.js. Moved all of the page navigation model related scripting into jquery.mobile.navigation.js. This includes event handling for click, submit, and hashchange, all of the base tag management, path management, active link class handling, etc. All existing core tests are passing, and all demos work as expected. More tests are needed in core, and this refactor should make those tests easier to write. 2010-11-25 06:13:51 -05:00
jquery.js Updating jQuery to 1.4.4. 2010-11-11 19:21:03 -05:00
jquery.mobile.buttonMarkup.js add disabled option support. fixes #350 2010-12-03 22:30:08 +08:00
jquery.mobile.collapsible.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.controlGroup.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.core.js added keyCodes, Home and End working for range slider 2010-12-22 16:30:55 -08:00
jquery.mobile.dialog.js Changed page navigation scripting to use data-url attributes instead of IDs for storing page URLs. This fixes a number of issues, most importantly #477, which exposed a conflict between jQuery's selector engine that would result in un-enhanced pages whenever linking between two pages in the same directory. 2010-12-07 12:05:10 -05:00
jquery.mobile.event.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.fieldContain.js removed theme option from fieldcontain. ish didn't make no sense 2010-11-19 22:52:05 -05:00
jquery.mobile.fixHeaderFooter.js Fix for issues: 2011-01-07 01:07:22 -08:00
jquery.mobile.forms.button.js Changed the way submit buttons work. Now, form input/button elements are appended to a div-based "button", invisibly filling its width and height. The user now interacts directly with the native control, rather than having to trigger a click from another anchor (which formerly prevented some native submit event handling from working). 2010-12-06 11:40:28 -05:00
jquery.mobile.forms.checkboxradio.js fixing spaces 2010-12-22 07:53:07 -08:00
jquery.mobile.forms.select.js if the close icon in a full-page select is clicked on, fire the selectmenu close handler instead of the dialog close handler 2010-12-23 13:19:34 -05:00
jquery.mobile.forms.slider.js slider switch keyboard access tests Fixes #632 2010-12-26 23:09:11 -08:00
jquery.mobile.forms.textinput.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.grid.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.hashchange.js Renamed files. 2010-10-07 11:30:48 -04:00
jquery.mobile.listview.filter.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.listview.js Merge branch 'select_multi' of https://github.com/ehynds/jquery-mobile into ehynds-select_multi 2010-12-22 10:05:40 -05:00
jquery.mobile.media.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.navbar.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.mobile.navigation.js removed console log and added test for default transition 2010-12-16 19:12:58 -08:00
jquery.mobile.page.js Fixed bug 595, where form elements were not properly inheriting the theme. Form controls need to be enhanced after the page containers so they'll pick up on the containers' theme classes. 2011-01-05 11:55:41 -05:00
jquery.mobile.support.js quick update to set the base.href back to the starting path, just in case, as some browsers may retain the base href after the element is removed from the DOM. Explained better here: b2add677f0 2010-12-11 13:50:07 -05:00
jquery.mobile.widget.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.ui.position.js added jquery ui position plugin 2010-11-19 17:30:22 -05:00
jquery.ui.widget.js Renamed files. 2010-10-07 11:30:48 -04:00