jquery-mobile/js
2011-03-28 18:30:55 -04:00
..
index.php moved initialization down in the build order, still requires some small refactoring 2011-02-20 18:07:17 -08:00
jquery.js updated to 1.5.1 from the RC 2011-03-04 16:28:01 -05:00
jquery.mobile.buttonMarkup.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.collapsible.js semicolon 2011-03-26 14:16:08 -04:00
jquery.mobile.controlGroup.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.core.js Added pageLoadErrorMessage option. Defaults to "Error Loading Page". Documentation included. Fixes #1258 and Fixes #363 2011-03-27 11:45:03 -04:00
jquery.mobile.dialog.js added the $.mobile.listview.prototype.options.closeBtnText option for configuring the text of dialog back/close buttons. This also Fixes #1227 (or at least a note within that already-closed issue). Documentation included. 2011-03-27 14:10:16 -04:00
jquery.mobile.event.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.fieldContain.js "this" in this context is already a jquery object 2011-01-12 05:30:56 +08:00
jquery.mobile.fixHeaderFooter.js Got the sticky footers working again. Markup change noted in first page of demo. Fixes #850 2011-03-28 18:30:55 -04:00
jquery.mobile.forms.button.js Disabled buttons should get the ui-disabled class. I created a refresh() method to be consistent with other widgets. It checks if the underlying button is disabled and calls enable or disable. The refresh() method is called from _create. 2011-03-25 03:16:42 +08:00
jquery.mobile.forms.checkboxradio.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.forms.select.js make sure change event is fired on native select element when custom menu triggers a new selected item. Fixes #1109 2011-03-27 13:45:19 -04:00
jquery.mobile.forms.slider.js added step tests for keypress, removed data-step attribute check in favor of html5 range step attribute 2011-02-02 23:46:20 -08:00
jquery.mobile.forms.textinput.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.grid.js This adds a fallback for navbars that have one item, so they simply fill 100%. Credit for this fix and idea goes to kennedyr (Richard Kennedy), but we changed the naming around a bit. Fixes #1107. Thanks Richard! 2011-03-14 20:26:20 -04:00
jquery.mobile.hashchange.js Renamed files. 2010-10-07 11:30:48 -04:00
jquery.mobile.init.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.listview.filter.js Added "filterPlaceholder" option to allow configuring filter listview placeholder text. Documented here: jquerymobile.com/test/#docs/lists/docs-lists.html. Fixes #1227 2011-03-27 14:01:59 -04:00
jquery.mobile.listview.js Fixed up nested listviews so that any markup that comes before the child list will be used for complex formatting in the list item node. Text nodes that are direct children of the LI still work fine as well. Fixes #585 2011-03-27 16:18:24 -04:00
jquery.mobile.media.js Page min-height was being calculated with JS and it was far too tall. This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide). 2011-02-03 17:22:23 -05:00
jquery.mobile.navbar.js Got the sticky footers working again. Markup change noted in first page of demo. Fixes #850 2011-03-28 18:30:55 -04:00
jquery.mobile.navigation.js added page tracking to history stack and handling for dialog to dialog transitions in hashchange 2011-03-28 00:41:33 -07:00
jquery.mobile.page.js Incorporating mariozaizar's changes to add a backBtnTheme option (null by default) to the page plugin. A few edits were needed to support namespacing and a proper null default so theme inheritance is the default. 2011-03-27 18:29:45 -04:00
jquery.mobile.support.js moved the IE test to support.js, added a workaround to the listview refresh method to prevent default on mousedown, which makes the tap highlight color look right in Windows Phone 7. Without this workaround, it still works fine, but the entire listview is highlighted when an LI is clicked. 2011-03-14 00:20:25 -04:00
jquery.mobile.widget.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.ui.widget.js Renamed files. 2010-10-07 11:30:48 -04:00