| .. |
|
index.php
|
moved page above core in the makefile, build xml, and manifest under js. Fixes #619
|
2011-01-22 22:31:16 -08:00 |
|
jquery.js
|
updated jQuery to 1.5rc1. This update includes Nokia support in jQuery core, which is getting closer in JQM itself.
|
2011-01-24 17:56:32 -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
|
same fix in a few other places
|
2011-01-12 05:30:56 +08:00 |
|
jquery.mobile.core.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.dialog.js
|
made sure linking to the same page from within a dialog closes the dialog.
|
2011-01-23 18:26:48 -05: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
|
make sure change events fire whenever custom checks/radios change.
|
2011-01-24 13:04:41 -05:00 |
|
jquery.mobile.forms.select.js
|
poorly written comment
|
2011-01-15 23:36:59 -08:00 |
|
jquery.mobile.forms.slider.js
|
comments for added clarity on bindings
|
2011-01-24 23:55:52 -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
|
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
|
only the first image should be an icon/thumb. Fixes #699
|
2011-01-21 15:33:40 -05:00 |
|
jquery.mobile.media.js
|
small workaround to get media query function to work on Nokia
|
2011-01-19 16:35:15 -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
|
fixed a regression in safari where images wouldn't load properly because base was being set after html was appended.
|
2011-01-25 00:29:19 -05:00 |
|
jquery.mobile.page.js
|
Refactored urlStack and updated dialog and page plugins to match. jQuery Mobile's internal history now attempts to follow the history menu when urls change from hashchange, even for changes that go multiple steps forward or back. The internal history stack is now pruned based on whether a user goes back and then changes direction, whereas before a back-button click would result in a pop off the history. Instead we now maintain an active index number in the history stack, which allows us to maintain references to transitions that are saved on pages reached through clicking the forward button as well. This fixes #636.
|
2011-01-23 17:33:36 -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.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 |