| .. |
|
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
|
whitespace and missing semicolon fix
|
2011-01-30 00:19:15 -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
|
added hashListeningEnabled global flag. This is meant as a global config option for end users to disable hashchange listening (as opposed to urlHistory.listeningEnabled, which is an internal toggle). Unit test included. Fixes #748
|
2011-01-31 23:25:36 -05: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
|
checks and radios no longer check when a scroll starts on top of them. Fixes #893
|
2011-01-28 14:39:58 -08:00 |
|
jquery.mobile.forms.select.js
|
Fix for Issue #678 - Select list offset above top of screen.
|
2011-02-01 17:14:15 -08:00 |
|
jquery.mobile.forms.slider.js
|
bound slider drag event handling to touch and mouse events, which allows us to support Opera Mobile and others. Fixes #852
|
2011-01-28 15:47:03 -08:00 |
|
jquery.mobile.forms.textinput.js
|
moved search input clear buttons over to "tap" event
|
2011-01-28 15:20:56 -08: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
|
Allow for data-theme attribute on list item
|
2011-02-01 14:03:36 +08:00 |
|
jquery.mobile.media.js
|
[455] Am now setting the min-height of a page so that the address bar can always be hidden on a silent scroll. This helps our transitions feel smoother as the page does not jump down if the page is not taller then 100% of the window. On orientation change we also update this value.
|
2011-01-27 12:28:04 -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
|
moved the setTimeout within the transition to be in the success handler of the ajax response. We now wrap the transitionPages that we call after injecting the new page into the DOM within the setTimeout which fixes the same issue but limits to pages that are injected into the DOM and makes it more clear why we have the setTimeout
|
2011-02-01 21:44:23 -05:00 |
|
jquery.mobile.page.js
|
fixed one additional back button condition mentioned in issue #930 where the back button is added to a page that is directly linked with no hash. All navigation tests passing. https://github.com/jquery/jquery-mobile/issues/issue/930
|
2011-02-01 00:32:59 -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 |