| .. |
|
index.php
|
added new script and associated styles for handling "fixed" toolbars using native support for CSS position: fixed, where possible. Non-supporting platforms will fall back to inline positioning, either by gracefully degrading on their own or by opting them out through a blacklist (fixed positioning detection's got issues...).
|
2011-12-20 17:38:05 +07:00 |
|
jquery.js
|
update jquery to 1.7.1 Fixes #2965, #3267
|
2011-12-15 10:35:53 -08:00 |
|
jquery.mobile.buttonMarkup.js
|
Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed.
|
2011-12-15 12:41:18 -05:00 |
|
jquery.mobile.collapsible.js
|
Re-applied Kin's optimizations
|
2011-11-10 09:36:44 -08:00 |
|
jquery.mobile.collapsibleSet.js
|
Removed double setting of ui-body- class on collapsible content
|
2011-11-10 09:54:58 -08:00 |
|
jquery.mobile.controlGroup.js
|
Reclaim 250 msecs on iPad and WP7.5 (Mango) by simply combining find().filter() calls and getting rid of fake pseudo selectors :eq(0) and :last.
|
2011-11-11 10:31:31 -08:00 |
|
jquery.mobile.core.js
|
moved touchOverflowEnabled setting to global config, class is applied through page plugin. False by default. No longer dependent on fixed headers and footers.
|
2011-12-26 16:30:00 +07:00 |
|
jquery.mobile.degradeInputs.js
|
take closestParentPage off of $.fn
|
2011-12-09 14:39:57 -08:00 |
|
jquery.mobile.dialog.js
|
Change .live() to .delegate()
|
2011-11-09 16:01:37 -08:00 |
|
jquery.mobile.event.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.fieldContain.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.fixedToolbar.js
|
make sure all page classes are removed at destroy
|
2011-12-20 17:45:38 +07:00 |
|
jquery.mobile.forms.button.js
|
whitespace and a comment on setting buttonPlaceholder to undefined
|
2011-11-11 12:08:59 -08:00 |
|
jquery.mobile.forms.checkboxradio.js
|
Fixes #3086 — Windows Phone 7 seems unable to use find() for an attribute-based selector, in this context.
|
2011-11-17 18:08:05 -05:00 |
|
jquery.mobile.forms.select.custom.js
|
Merge pull request #3008 from eddiemonge/live-delegate
|
2011-11-17 15:13:29 -08:00 |
|
jquery.mobile.forms.select.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.forms.slider.js
|
removed dead code path in slider
|
2011-12-07 10:03:01 -08:00 |
|
jquery.mobile.forms.textinput.js
|
move pagechange binding for textarea autogrow outside the check for text content
|
2011-11-21 10:15:47 -08:00 |
|
jquery.mobile.grid.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.hashchange.js
|
Not using YUI for js so removing this line
|
2011-11-26 12:27:31 -08:00 |
|
jquery.mobile.init.js
|
removed disablezoom function from init
|
2011-12-20 17:38:05 +07:00 |
|
jquery.mobile.links.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.listview.filter.js
|
fix list item pruning while filtering
|
2011-12-02 11:57:55 +01:00 |
|
jquery.mobile.listview.js
|
Merge branch 'master' of https://github.com/jquery/jquery-mobile
|
2011-11-14 09:45:21 -08:00 |
|
jquery.mobile.media.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.navbar.js
|
move to hasClass check to avoid psuedo selector slowdown
|
2011-11-21 13:09:00 -08:00 |
|
jquery.mobile.navigation.js
|
wait to focus page header until after mobile rendering class is stripped Fixes #2965
|
2011-12-14 14:48:38 -08:00 |
|
jquery.mobile.navigation.pushstate.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.nojs.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.page.js
|
moved touchOverflowEnabled setting to global config, class is applied through page plugin. False by default. No longer dependent on fixed headers and footers.
|
2011-12-26 16:30:00 +07:00 |
|
jquery.mobile.page.sections.js
|
Merge pull request #3008 from eddiemonge/live-delegate
|
2011-11-17 15:13:29 -08:00 |
|
jquery.mobile.support.js
|
fixed closure compiler warning for missing while block
|
2011-12-06 15:56:28 -08:00 |
|
jquery.mobile.transition.js
|
Update to add license to root, update individual files to not have license, add license to built and testing files
|
2011-11-08 15:43:36 -08:00 |
|
jquery.mobile.vmouse.js
|
support 1.6.4 to 1.7.0 by defaulting to just props where the mouseHooks haven't been added
|
2011-12-19 13:14:42 -08:00 |
|
jquery.mobile.widget.js
|
take closestParentPage off of $.fn
|
2011-12-09 14:39:57 -08:00 |
|
jquery.ui.widget.js
|
Standardize licenses in files and match jQuery core min license in min files
|
2011-10-25 11:15:19 -07:00 |