Commit graph

654 commits

Author SHA1 Message Date
Todd Parker
69df8ea7e5 less opacity on the loader div 2010-10-14 15:38:59 -04:00
Todd Parker
b4f1f8b920 new forms intro 2010-10-14 15:11:34 -04:00
Todd Parker
a778140c23 added link that points to a broken page to demo Ajax error 2010-10-14 15:11:21 -04:00
PattyToland
e1d37cb089 changed page title 2010-10-14 14:51:51 -04:00
Todd Parker
a32ab634f8 updated dialog content 2010-10-14 14:44:30 -04:00
Todd Parker
70a885bed6 edits to intro page to add browser list - need help from John on this page 2010-10-14 14:44:30 -04:00
John Resig
5680234fce Handle pages that aren't found and display an error message to the user. 2010-10-14 14:41:31 -04:00
John Resig
23263a967b Make sure the document body exists before determining orientation change, at least. 2010-10-14 13:12:47 -04:00
John Resig
57e2eb6619 Updating copies of jQuery to 1.4.3rc2. 2010-10-14 13:06:52 -04:00
Todd Parker
3dcdd12d79 standardized all bar, body, btn background colros to the cottom of the gradients for legibility and consistency 2010-10-14 10:17:16 -04:00
scottjehl
4a3e4ec427 added option trackTheme, which uses the btn-down state and defaults either a data-tracktheme attr, finding a themed parent, or 'd'.
Button "theme" option defaults to "b", and can be set through the data-theme attr.

Fixes #168
2010-10-14 09:24:51 -04:00
Todd Parker
f41cc4c97b fixing broken links 2010-10-14 00:26:57 -04:00
Todd Parker
0b6840aefb pages section cleanup 2010-10-14 00:12:17 -04:00
Todd Parker
a92acb6fed toned down c borders 2010-10-13 23:59:41 -04:00
Todd Parker
d9899a2135 lightened up c list colors, improved d hover 2010-10-13 23:53:17 -04:00
Todd Parker
c2c7cfb275 changed the list theme example to use less "a" for jordan's theme 2010-10-13 23:38:01 -04:00
Todd Parker
4ca74050bd more swatch tweaks 2010-10-13 23:29:23 -04:00
Todd Parker
2e718f487c changed homepage header to a swatch to better show off theme differences 2010-10-13 23:26:25 -04:00
Todd Parker
240b87954c added data-position="inline" to headers on all index pages -- these are too short for the static headers 2010-10-13 23:24:35 -04:00
Todd Parker
6dfb4429fb New ligher, less saturated blue color for swatch b. Lighter active state too. Better? 2010-10-13 23:06:56 -04:00
scottjehl
096ee0ad0a set fullscreen toolbars to 90% opacity. Fixes #169 2010-10-13 20:20:36 -04:00
scottjehl
af9508481c Removed correct side of rounded corners on buttons in listviews that either precede or follow dividers.
Note that this will also make sure there's no bottom corners on a button that predes a divider that comes last, if that ever happens. Fixes #139
2010-10-13 20:16:50 -04:00
scottjehl
cc6389b707 Search inputs now format similarly to other text input types. Optimized for iPhone orientations, so it'll be a bit wider than the others in a wider screen, unfortunately. It's got padding that can't be avoided. Fixes #177 2010-10-13 19:55:22 -04:00
scottjehl
c6cc71c707 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 19:42:15 -04:00
scottjehl
869fa0ce1a added negative margins to pair listview filter forms with full-width listviews. We'll need an exception to support filtered inset lists. 2010-10-13 19:32:22 -04:00
Todd Parker
5e3c191133 updating links to demos 2010-10-13 18:43:39 -04:00
Todd Parker
4d1c98d01b link edits 2010-10-13 18:42:14 -04:00
Todd Parker
3d06d39926 all new persistent footer nav bar demos 2010-10-13 18:42:14 -04:00
scottjehl
2f497bc06e select menus only use the overlay style if $.support.scrollTop is true. This makes selectmenus usable on Palm 2010-10-13 18:36:10 -04:00
scottjehl
3ad6166991 scroll to top before page transition as well. That way the loading screen will show up without having to position it. 2010-10-13 18:30:01 -04:00
Todd Parker
b5157e4efc more docs cleanup 2010-10-13 18:23:59 -04:00
scottjehl
3ff819b0dc unset box shadow across the board when the "ui-mobile-nosupport-boxshadow" HTML class is present (mostly for blackberry). 2010-10-13 18:05:02 -04:00
scottjehl
58ddf30bb6 add class to html when box-shadow is not supported. 2010-10-13 18:05:02 -04:00
Todd Parker
c6d80f5b92 simplifying docs, cross-linking to theming 2010-10-13 17:57:49 -04:00
Todd Parker
7c39a50de8 More page doc updates 2010-10-13 17:43:20 -04:00
Todd Parker
239d83acef removed old button docs page 2010-10-13 17:40:44 -04:00
Todd Parker
e8b3a96783 re-vamped and simplied content docs 2010-10-13 17:40:44 -04:00
scottjehl
3150f40064 Returns if $.support.scrollTop is false. Fixes #66 2010-10-13 17:30:51 -04:00
scottjehl
202bf58f47 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 17:25:31 -04:00
scottjehl
47e35832a9 Added two properties to support:
- boxShadow (tests that the property is defined and window.blackberry is false, as BB's shadows have no feathering)
- scrollTop (tests that the property is defined and that a webos property or two isn't defined, as Palm always reports 0)

Added an existence test for CSS properties, which is used for cssPseudoElement and boxShadow).
2010-10-13 17:25:14 -04:00
Todd Parker
690266693f baar docs revisions 2010-10-13 16:42:09 -04:00
Todd Parker
9db53dc44b content edits 2010-10-13 16:42:09 -04:00
Todd Parker
cf0b023480 simplied button docs to merge docs into examples 2010-10-13 16:42:09 -04:00
scottjehl
7470e376ad changed to trigger click instead of ajaxClick. This should help the whole "clicks getting eaten" issue a bit. 2010-10-13 16:08:41 -04:00
scottjehl
5cfd402247 removed the body width settings. 2010-10-13 15:30:39 -04:00
scottjehl
8378e315f0 list tweaks to padding, etc 2010-10-13 15:05:09 -04:00
scottjehl
721ea2481d Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 14:22:13 -04:00
scottjehl
1fa820f85f don't remove themes on switch. 2010-10-13 14:22:02 -04:00
Todd Parker
4375b3cb0c added link to html demo 2010-10-13 14:14:40 -04:00
Todd Parker
d846dcffb1 linked up html page 2010-10-13 14:11:33 -04:00