| .. |
|
index.php
|
removed the Position plugin and modified selectmenu to position its menu without it. Removes off about 3-4kb after minify.
|
2011-01-29 07:15:40 -08:00 |
|
jquery.js
|
updated to jQuery 1.5
|
2011-02-01 11:37:00 -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
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -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
|
backed out autoInitialize moving to feature request backlog
|
2011-02-06 21:18:51 -08: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 the header/footer positioning problem, mentioned in issue 58, that is caused by the browser url/nav bar scrolling offscreen due to the silentScroll() call triggered when the document is first loaded.
|
2011-01-24 07:11:19 -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
|
fixed a regression in some android 2.2 devices where checkboxes were toggling on and off on every click. Fixes #935 as well.
|
2011-02-03 18:28:32 -05:00 |
|
jquery.mobile.forms.select.js
|
added a workaround for the selectmenu plugin's nativeMenu in Opera. Opera browsers improperly support opacity on select elements, either hiding the menu button but not its text (in Mini), or hiding the text but not the button. Either way, it makes our hidden-select trick look really bad, or unusable. This workaround adds a class to the select in Opera, and makes the native menu visible. In the case of a false positive, that's not a bad outcome. Fixes #897
|
2011-02-02 12:04:18 -05: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
|
same fix in a few other places
|
2011-01-12 05:30:56 +08: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
|
In android 2.1 and 1.6, the split button anchor needed to be a sibling of the overall row button div in the LI. It seems this may be due to the event handlers bound to the div button, but I'm not entirely sure that's it. Either way, this workaround is straightforward and does not introduce issues in other browsers, so aside from the additional overhead involved in re-appending the links to the LIs, this fix is good to go. Fixes #874
|
2011-02-03 02:57:59 -05: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
|
Cleaning up a bunch of jslint errors and warnings.
|
2011-02-08 13:13:59 -08:00 |
|
jquery.mobile.page.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.support.js
|
Fix for issue 613 - Jquery Mobile ignores original 'base' tag defined in HTML
|
2011-01-18 09:18:22 -08: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 |