scottjehl
845dc1ef73
use existing elem instead of creating a new one.
2012-01-13 14:46:35 +07:00
Ghislain Seguin
323601ad25
Back by popular demand (also needed by event tests)
2012-01-12 22:35:27 -08:00
Ghislain Seguin
17164d28c4
Move require.js to first tag so it can catch jquery module registration
...
Otherwise jquery may be loaded twice
2012-01-12 21:58:42 -08:00
Ghislain Seguin
1630a18dd6
Added dependency on jquery.mobile.transitions
2012-01-12 21:43:41 -08:00
jrburke
73a8d24134
Move require.js to first tag so it can catch jquery module registration, otherwise jquery may be loaded twice.
2012-01-12 21:35:46 -08:00
Ghislain Seguin
1a1657a7ea
Fixed closing pre tag
2012-01-12 21:29:00 -08:00
Ghislain Seguin
9e587e89b4
Fixed closing p
2012-01-12 21:27:47 -08:00
Ghislain Seguin
346786da11
Removed stray anchor before doctype
2012-01-12 21:27:09 -08:00
Ghislain Seguin
491cddd4b8
Move require.js to first tag so it can catch jquery module registration
...
Otherwise jquery may be loaded twice
2012-01-12 21:25:59 -08:00
Ghislain Seguin
948d39b898
Added dependency on jquery
2012-01-12 21:22:00 -08:00
Ghislain Seguin
90da812af7
Added wrapper and pragmasOnSave
2012-01-12 17:46:26 -08:00
Ghislain Seguin
5b8f2be9d2
Added wrapper to export as an AMD modules
...
removed jquery.mobile.exports
2012-01-12 17:45:47 -08:00
Ghislain Seguin
caca24a36a
Removed unused app.build.js
2012-01-12 17:44:33 -08:00
Ghislain Seguin
d6330f9bc4
Added prepending of version licensed to jquery.mobile.docs.js and jquery.mobile.css
2012-01-12 16:58:18 -08:00
Mat Marquis
c35e6f2fde
Comment typo, made a TODO about globalizing the testing method added in the previous commit.
2012-01-12 18:56:09 -05:00
Mat Marquis
abfec80413
Fixes a false positive for 3D transform support on Android 2.3 (possibly others).
2012-01-12 18:56:09 -05:00
Ghislain Seguin
c5f1fd5831
Merge pull request #3426 from eddiemonge/patch-14
...
add docs back to the latest build target
2012-01-12 15:39:30 -08:00
Ghislain Seguin
8a2881b783
Don't know why that r.js was there in the first place
2012-01-12 15:36:48 -08:00
Ghislain Seguin
228e31731a
Rewrote "docs" target to take advantage of r.js' whole project optimization added build profile docs.build.js
2012-01-12 15:36:48 -08:00
Mat Marquis
8da75eb6b5
Fixes #2553 — Addresses issue where underlying checkboxes/radio buttons were not being updated when enhanced buttons were clicked.
2012-01-12 17:28:08 -05:00
Eddie Monge Jr.
efffcd22da
add docs back to the latest build target
2012-01-12 14:19:31 -08:00
Ghislain Seguin
7e7b1b63f1
Finished merging branch 'out-in-transition', I had trailing commas in there instead of semi-colons
2012-01-12 10:09:25 -08:00
Ghislain Seguin
9e935c31f6
Merge branch 'out-in-transition'
...
Conflicts:
css/structure/index.php
docs/_assets/js/jqm-docs.js
index.html
2012-01-12 09:56:48 -08:00
Ghislain Seguin
efb9b807b7
AMDized transition code
2012-01-12 09:36:46 -08:00
scottjehl
a83727e4be
combined redundant syntax
2012-01-12 21:41:54 +07:00
scottjehl
2cd994b2e8
added the timing durations to the transitions themselves
2012-01-12 21:41:39 +07:00
scottjehl
32350a813a
fixed some typos where webkit needed to be moz
2012-01-12 21:38:25 +07:00
scottjehl
70670bc344
fix up dialog presentation - headers were busted
2012-01-12 21:26:41 +07:00
scottjehl
6cd1adc528
no bg image/gradient on ui-overlay
2012-01-12 21:26:27 +07:00
scottjehl
5e878186cc
removed old link
2012-01-12 21:06:49 +07:00
scottjehl
682ef80cf9
added missing files
2012-01-12 14:46:49 +07:00
scottjehl
fa4645c236
no longer need this class addition
2012-01-12 12:54:16 +07:00
scottjehl
6d4d0e14e6
code style
2012-01-12 12:50:47 +07:00
scottjehl
356e2cdfb8
Merge remote branch 'origin/out-in-transition' into out-in-transition
2012-01-12 12:39:04 +07:00
scottjehl
155adc14c1
CSS for ui-overlay-x applies to container now too - removed double class
2012-01-12 12:27:14 +07:00
scottjehl
ca98419cb0
class name was body instead of overlay. Fixed
2012-01-12 11:53:30 +07:00
toddparker
c514777327
Removed blurb about shutting off transitions over 1,000 pixels
2012-01-11 22:14:28 -05:00
toddparker
7df216aa33
Tweaked max width blurb to match the "false" default to avoid confusion
2012-01-11 22:09:16 -05:00
toddparker
9726f21e09
SetScrollBack to 10 (from 250), CSS tweaks to table
2012-01-11 22:07:04 -05:00
toddparker
4c26cd15e2
Re-vamp of transition button design, added page demos
...
Added a new page to contrast the dialog vs. page transitions. Page has
fixed toolbars and form elements to really stress the transitions.
Switched to a table design with a button for dialog and page for each
transition.
2012-01-11 21:45:11 -05:00
toddparker
0fb9024473
Turned maxTransitionWidth to false by default
...
Useful for testing, we may set this back to a value once we've seen
more feedback. Improved the comment a bit.
2012-01-11 20:53:41 -05:00
Mat Marquis
6db136ff12
Merge branch 'out-in-transition' of github.com:jquery/jquery-mobile into out-in-transition
2012-01-11 18:04:17 -05:00
Mat Marquis
f7d59da646
Updated 3d transform test to accomodate FF10.
2012-01-11 16:28:08 -05:00
Mat Marquis
5cfc363fa2
Removed reference to themeswitcher JS docs-wide.
2012-01-11 15:51:53 -05:00
Mat Marquis
071b65f00d
Removed themeswitcher in docs.
2012-01-11 14:55:20 -05:00
jblas@adobe.com
86f74cbe39
Fix for issue #3416 - getTopOffset() should subtract scrollTop not add it.
...
- Modified private utility function getTopOffset() so that it subracts scrollTop from top instead of adding it.
2012-01-11 11:44:58 -08:00
scottjehl
347014530e
if there's an overlay theme, we're going to remove it from the page container. First though, check that the incoming page isn't a dialog with the same overlay theme. If so, don't remove the class, as it'll remove it for the next one too
2012-01-11 23:29:50 +07:00
scottjehl
c0f39a6c7f
don't append themeswitcher to the dialogs - updated now that the dialog markup changed
2012-01-11 22:01:23 +07:00
scottjehl
c46a94d598
removed the sample link to the delayed-load page. no longer needed
2012-01-11 21:42:55 +07:00
scottjehl
8f54d62527
added some unit tests for maxTransitionWidth option
2012-01-11 21:31:06 +07:00