| .. |
|
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
|
Make button look pressed on touchstart event
|
2011-02-02 14:28:58 +08:00 |
|
jquery.mobile.collapsible.js
|
switched collapsibles over to tap event. Fixes #1056
|
2011-02-18 12:43:34 -05:00 |
|
jquery.mobile.controlGroup.js
|
same fix in a few other places
|
2011-01-12 05:30:56 +08:00 |
|
jquery.mobile.core.js
|
gradeA adjusted to IE7 and up rather than 6 and up ( this still includes Windows Phone 7). Unit test adjusted to match
|
2011-03-14 00:20:26 -04:00 |
|
jquery.mobile.dialog.js
|
don't destroy dialogs on close. Now same-page dialogs can be reopened after close, and selects don't need to unbind dialog change events to override the destroy.
|
2011-01-28 14:30:24 -08:00 |
|
jquery.mobile.event.js
|
improved tap event and added a quick event logger page so we can get these neglected events in order.
|
2011-01-23 19:34:17 -05: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
|
Fix for issue 1198.
|
2011-03-07 09:27:57 -08: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
|
fixed a var typo. Thanks @mschroeder.
|
2011-03-14 08:29:17 -04:00 |
|
jquery.mobile.forms.select.js
|
Set the global default for select menus to use the native instead of custom. Updated the docs and examples to match.
|
2011-03-25 12:44:46 -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
|
Re-named the ui-icon-search used on search inputs to ui-icon-searchinput so I modified the script for search input to reflect this change
|
2011-02-03 13:38:07 -05: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
|
fixed init tests for ie js failure
|
2011-03-23 22:42:16 -07:00 |
|
jquery.mobile.listview.filter.js
|
didn't need the == true test.
|
2011-03-15 00:07:48 -04:00 |
|
jquery.mobile.listview.js
|
quick fix to listview image selector to grab the first img of each LI, not the whole list.
|
2011-03-24 15:41:43 -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
|
navbar removes active state but doesn't apply new one. Now it does. Useful in js-generated links. Fixes #669
|
2011-01-21 16:20:33 -05:00 |
|
jquery.mobile.navigation.js
|
Added support for the target attribute on forms (such as target="_blank"). When set, the form handler simply allows the native handling to apply. Unlike anchors however, the rel attribute is not allowed on forms. If you're purely looking to submit a single form without ajax, you can use the data-ajax="false" attribute as well. Fixes #952 and docs updates are included
|
2011-03-24 00:59:42 -04:00 |
|
jquery.mobile.page.js
|
altered type attribute regex per @jblas, moved to 'private' prototype attribute for testing
|
2011-03-14 23:50:20 -07: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
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -05:00 |
|
jquery.ui.widget.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |