Ghislain Seguin
|
a95e7957e2
|
added order plugin to the baseUrl directory
|
2012-01-13 17:20:24 +07:00 |
|
Ghislain Seguin
|
07b85a1e34
|
AMDized
|
2012-01-13 17:20:24 +07:00 |
|
Ghislain Seguin
|
1b45da3955
|
AMD build file
|
2012-01-13 17:20:23 +07:00 |
|
Ghislain Seguin
|
c771ef1f6b
|
Main AMD module
|
2012-01-13 17:20:23 +07:00 |
|
Ghislain Seguin
|
db632f9152
|
Added requirejs v1.0
|
2012-01-13 17:20:23 +07:00 |
|
Ghislain Seguin
|
1ca9fb6b01
|
AMDized
|
2012-01-13 17:20:23 +07:00 |
|
Ghislain Seguin
|
3f1543a451
|
AMDized
|
2012-01-13 17:20:23 +07:00 |
|
scottjehl
|
a75f4d1361
|
removed debug line
|
2011-12-27 21:07:50 +07:00 |
|
scottjehl
|
a89f2989eb
|
blacklisted Opera Mobile from fixies
|
2011-12-27 20:51:29 +07:00 |
|
scottjehl
|
273642e2bc
|
cleaned up the opt-out formatting and added Fennec < 6 and WebOS < 3.
|
2011-12-26 21:29:29 +07:00 |
|
scottjehl
|
ca3f67981e
|
Blocked out Android 2.1 and older, running Webkit version older than 233 (the one that comes with 2.2)
|
2011-12-26 19:30:09 +07:00 |
|
scottjehl
|
f779416c8d
|
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 |
|
scottjehl
|
5de358b8a5
|
make sure all page classes are removed at destroy
|
2011-12-20 17:45:38 +07:00 |
|
scottjehl
|
aae2d1b22c
|
ensure tapping the toolbar itself (or something in it) will not trigger a toggle of the toolbars.
|
2011-12-20 17:44:20 +07:00 |
|
scottjehl
|
d442a0bc0f
|
removed commented-out code for polyfilling fixed support - it wouldn't have worked as we'd want it to anyway.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
6bc63b7f09
|
fixed the page class name for fullscreen to include "header" or "footer". Also improved the show and hide methods so that they don't apply a transition when showing or hiding a toolbar that is fixed (not fullscreen) when the user is scrolled to the top or bottom of the viewport already.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
16f73e737f
|
removed the hideOnScrollStop option and feature - too complicated for a default option. Might be worth supporting as an extension though.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
deadbe67b2
|
changed scrollToggle to hideOnScrollStop, which does just that. It only works if tapToggle is true, so that once hidden, the bar can be toggled visible again with a tap.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
6aa3e384fe
|
fixed the restorePageZoom method so that it does what it says on the tin.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
32a2e34e07
|
patched up support for transition: "none" rather than false, for consistency with other uses of the option in jQM.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
103f409c47
|
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...).
unit tests and api documentation coming next, but for the most part, the API is the same as before.
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
69324e31f0
|
removed disablezoom function from init
|
2011-12-20 17:38:05 +07:00 |
|
scottjehl
|
b7bd8b0451
|
removed fixHeaderFooter files
|
2011-12-20 17:38:04 +07:00 |
|
John Bender
|
f5c5c9a19a
|
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 |
|
John Bender
|
75b50f2c88
|
add mouse event props to virtual mouse events Fixes #3280
|
2011-12-15 15:40:07 -08:00 |
|
John Bender
|
c7e1bf0c14
|
update jquery to 1.7.1 Fixes #2965, #3267
|
2011-12-15 10:35:53 -08:00 |
|
Mat Marquis
|
d05ba205e3
|
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 |
|
John Bender
|
15f1c6de66
|
wait to focus page header until after mobile rendering class is stripped Fixes #2965
|
2011-12-14 14:48:38 -08:00 |
|
John Bender
|
c716ab707a
|
take closestParentPage off of $.fn
|
2011-12-09 14:39:57 -08:00 |
|
John Bender
|
851f6d4c67
|
Merge pull request #3171 from eddiemonge/issue_3169.2
Not using YUI for js so removing this line
|
2011-12-09 14:00:59 -08:00 |
|
John Bender
|
c49eac6e67
|
added commentary on selector perf and whitespace
|
2011-12-09 12:36:19 -08:00 |
|
John Bender
|
978762dc67
|
centralized method for finding closest page data
|
2011-12-09 12:17:20 -08:00 |
|
John Bender
|
2b49d382d8
|
Merge branch 'master' of https://github.com/eromba/jquery-mobile into eromba-master
|
2011-12-09 11:50:15 -08:00 |
|
John Bender
|
1742820c17
|
removed dead code path in slider
|
2011-12-07 10:03:01 -08:00 |
|
John Bender
|
c45160973a
|
Merge branch 'eugenb1-patch-1'
|
2011-12-06 16:10:12 -08:00 |
|
John Bender
|
c0b857ab5e
|
fixed closure compiler warning for missing while block
|
2011-12-06 15:56:28 -08:00 |
|
John Bender
|
3f9bca14a6
|
Revert "Merge pull request #3172 from eddiemonge/issue_3169.1"
This reverts commit 9e58b93cc5, reversing
changes made to 97bad66016.
|
2011-12-06 15:53:06 -08:00 |
|
John Bender
|
9066a0b932
|
Merge branch 'patch-1' of https://github.com/eugenb1/jquery-mobile into eugenb1-patch-1
|
2011-12-06 15:18:07 -08:00 |
|
John Bender
|
9e58b93cc5
|
Merge pull request #3172 from eddiemonge/issue_3169.1
Update IE checker code for compiler
|
2011-12-06 14:33:08 -08:00 |
|
John Bender
|
cbaa42d63c
|
default emptry string val to 0 on refresh Fixes #3029
|
2011-12-05 15:38:25 -08:00 |
|
Marcus Lunzenauer
|
98b6ea3fb4
|
fix list item pruning while filtering
|
2011-12-02 11:57:55 +01:00 |
|
Jake Boone
|
1e669734c3
|
Spelling correction in jquery.mobile.fixHeaderFooter.js.
|
2011-12-01 15:33:18 -05:00 |
|
Eugen Bolz
|
27f49f0dcf
|
Slider: use also option text as title
|
2011-11-29 08:35:18 +01:00 |
|
Eddie Monge
|
43d83e2ef9
|
Not using YUI for js so removing this line
|
2011-11-26 12:27:31 -08:00 |
|
Eddie Monge
|
26dc452dc9
|
Update IE checker code for compiler
|
2011-11-26 12:21:18 -08:00 |
|
John Bender
|
3e47bff3ff
|
whitespace and spelling correction
|
2011-11-23 13:30:40 -08:00 |
|
jrowny
|
1597d756d8
|
slider step, remove round clean up code a bit
|
2011-11-23 13:30:40 -08:00 |
|
jrowny
|
e09374b41d
|
add slider step support from jQuery UI
|
2011-11-23 13:30:40 -08:00 |
|
jrowny
|
7d204230f0
|
Add slider step support from jQuery UI
|
2011-11-23 13:30:40 -08:00 |
|
Kin Blas
|
2b40784c4e
|
Merge pull request #3122 from hpbuniat/closestEnabledButton-speedup
Minor performance optimization for closestEnabledButton in buttonMarkup
|
2011-11-21 16:35:19 -08:00 |
|