Todd Parker
b60cfd213f
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-11-11 13:35:53 -05:00
scottjehl
17facff55d
docs updates
2010-11-11 13:33:19 -05:00
scottjehl
d498e20aca
typo on the data-iconpos check
2010-11-11 13:33:19 -05:00
scottjehl
25327445e0
null rather than undefined. woops
2010-11-11 13:33:19 -05:00
Todd Parker
150393ddb4
Tweaked swatch b hover state colors.
2010-11-11 13:31:56 -05:00
Todd Parker
70f0897a34
Added folder of example glyphish icons
2010-11-11 13:11:46 -05:00
Todd Parker
583f14c518
Added example of a navbar in a header.
2010-11-11 12:59:54 -05:00
Todd Parker
a9a42bba48
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-11-11 12:50:52 -05:00
Todd Parker
66d53461b0
Added full icon positioning docs and examples and re-vamped the headers docs to include a navbar doc page with glyphish example.
2010-11-11 12:50:32 -05:00
Kin Blas
1261fbc828
Bring iPad iOS 3.2.1 up to par with other platforms in terms of footer positioning.
2010-11-11 09:27:11 -08:00
scottjehl
f3c9716b52
extend rather than define
2010-11-11 11:28:02 -05:00
Todd Parker
8e616aaa8e
Fixed missing closing div in demo pages
2010-11-11 11:14:27 -05:00
Todd Parker
6ecfe3d5b3
Removed references to mobilize()
2010-11-11 11:02:46 -05:00
scottjehl
a24196e550
dolla dolla bills y'all.
...
Fixes #126 , Fixes #346
2010-11-11 10:50:28 -05:00
Todd Parker
2c1760482c
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-11-11 10:21:58 -05:00
Todd Parker
5c2b85086c
Added "Alpha 2" to the banner, fixed blotchy page bg artifacts
2010-11-11 10:21:44 -05:00
Todd Parker
6a97fae07f
Added a "2" to the alpha
2010-11-11 10:02:47 -05:00
scottjehl
38d31498a4
doc updates
2010-11-11 09:58:46 -05:00
scottjehl
25ef2df462
doc updates
2010-11-11 09:54:56 -05:00
scottjehl
2c3d8cf11c
update version png
2010-11-11 09:18:26 -05:00
scottjehl
aca0062ac0
workaround that seems to get selects returning to their proper place after making a selection. Needs tuning, but works for now.
2010-11-11 00:16:54 -05:00
scottjehl
dab3cbee34
changed to null for allowing override through data-theme
2010-11-10 23:58:38 -05:00
scottjehl
f92d5fa7f8
themed demo
2010-11-10 23:55:43 -05:00
scottjehl
3a3953cd3f
made sure text inputs / areas worked with data-theme
2010-11-10 23:54:01 -05:00
scottjehl
d03f3c6a33
nested lists were getting way small. This made em stop.
2010-11-10 23:50:14 -05:00
scottjehl
49574cc7be
changed theme
2010-11-10 23:42:08 -05:00
scottjehl
e8bd78bd27
fixed theming so data-theme and data-track-theme attrs work
2010-11-10 23:40:09 -05:00
scottjehl
0702e26221
added menuPageTheme and overlayTheme options. overlayTheme defaults to "a" to use the black stroke.
2010-11-10 23:39:48 -05:00
scottjehl
563169def9
made sure data-icon attrs work on radio and checks. Fixes #423 , Fixes #424
2010-11-10 23:19:41 -05:00
scottjehl
bf3730550f
used null where appropriate in options
2010-11-10 23:08:22 -05:00
scottjehl
049afd4568
improved defaults and added a demo page showing that all button data attrs work on selects too
2010-11-10 23:04:10 -05:00
scottjehl
532c918a26
updated data attribute support
2010-11-10 22:54:57 -05:00
scottjehl
91f287b3c6
improved enable/disable implementation
2010-11-10 22:48:31 -05:00
scottjehl
679094621f
changed to button reference
2010-11-10 22:43:30 -05:00
scottjehl
691752afd2
added aria-disabled attrs
2010-11-10 22:42:50 -05:00
scottjehl
129b68741f
moved menu building logic into _rebuild method, which is called by refresh if the option length is different than the list length (or if a true argument is passed to refresh(). Also moved mousedown events to "click", which dramatically improves keyboard navigation.
2010-11-10 22:31:05 -05:00
scottjehl
5716b89097
refactored select menu a bit to use new open and close methods
2010-11-10 21:40:20 -05:00
scottjehl
cc8c05091d
changed transition to pop and make sure history change is false
2010-11-10 19:13:36 -05:00
scottjehl
b1bded6dde
changed hideBrowserChrome function to "silentScroll". Scrolls to a particular location while disabling scroll event listening.
...
Function accepts a Y positioning argument, or defaults to 0 if undefined.
Now page transitions cache their previous scroll position when leaving, and that position will be remembered when revisting that page.
This change also includes a fix for webOS to use this new feature and set the previous scroll to the location of the clicked selectmenu (so after using the select, it'll scroll back to its location, even though webOS doesn't support scrolltop)
Fixes #355
2010-11-10 19:06:57 -05:00
Kin Blas
9dce1c3c02
Fix for "header/footer scrolls with document" problem in Issue 58.
2010-11-10 16:02:55 -08:00
scottjehl
ad2c894a74
Target attrs trigger now open a new window. Fixes #427
2010-11-10 18:12:18 -05:00
Todd Parker
a0940dd1f0
fixed a few form id's for better syntax
2010-11-10 14:57:48 -05:00
scottjehl
12b1bb4fa2
only degrade input types that conflict with our replacement UI control. For now, just search and range. Fixes #415 , Fixes #420
2010-11-10 11:22:56 -05:00
scottjehl
3b5d12a207
shifting things around - mostly whitespace
2010-11-10 08:42:34 -05:00
scottjehl
6108ac90aa
fixed issues with slider handle positioning when min isn't 0. Fixes #397
2010-11-10 08:37:04 -05:00
scottjehl
356308e6b7
updates to comments
2010-11-09 19:55:52 -05:00
scottjehl
f80428b1c6
updated slider to use widget factory. Fixes #370
2010-11-09 19:49:04 -05:00
scottjehl
812e4c6978
fixed support for back button closing of dialogs, utilizing new $.mobile.updateHash method. Fixes #412
2010-11-09 19:10:54 -05:00
scottjehl
f03e59b0b3
exposed $.mobile.updateHash to allow plugins to update the hash without triggering hashchange (when closing a dialog from back button for instance)
2010-11-09 19:08:57 -05:00
scottjehl
44d78d4853
changed so that nonHistorySelectors looks for both data-rel and data-role, meaning hash changes won't trigger hashchange handlers when dialogs are open
2010-11-09 18:58:09 -05:00