toddparker
|
c61704146e
|
Removed experimental section with API browser because it's outdated
|
2011-02-03 16:37:43 -05:00 |
|
toddparker
|
d79d0e3c45
|
Updated sample page templates and docs to mobile a3 and jquery 1.5
|
2011-02-03 16:36:21 -05:00 |
|
toddparker
|
28e1187b08
|
Added 1px extra padding to icon only buttons. Adjusted offset for clear button on search inputs accordingly.
|
2011-02-03 15:04:15 -05:00 |
|
toddparker
|
4cb2eab62b
|
Icon source PSD
|
2011-02-03 14:17:28 -05:00 |
|
toddparker
|
1db7cfb360
|
New high-res logo with better compression
|
2011-02-03 14:17:06 -05:00 |
|
toddparker
|
6e50626914
|
Alpha 3 flag
|
2011-02-03 14:09:55 -05:00 |
|
toddparker
|
3f87c8f34e
|
Updated Valencia with new icons
|
2011-02-03 14:09:40 -05:00 |
|
toddparker
|
928562dd92
|
Created demo buttons for the new home and search icons
|
2011-02-03 13:38:25 -05:00 |
|
toddparker
|
8b728d8df7
|
Re-named the ui-icon-search used on search inputs to ui-icon-searchinput so I modified the script for search input to reflect this change
|
2011-02-03 13:38:07 -05:00 |
|
toddparker
|
59b7d74026
|
Added new home and search icon classes. Re-named the ui-icon-search used on search inputs to ui-icon-searchinput
|
2011-02-03 13:37:39 -05:00 |
|
toddparker
|
cd14e8f3fd
|
Added new home and search icons to sprite.
|
2011-02-03 13:37:06 -05:00 |
|
toddparker
|
4f761d1fd0
|
Removie site AI, not needed in Git.
|
2011-02-03 10:00:35 -05:00 |
|
toddparker
|
985cc19934
|
Added h2 to intro page
|
2011-02-03 08:17:18 -05:00 |
|
toddparker
|
9e95212789
|
Added firefox mobile to the list of supported browers for alpha 3.
|
2011-02-03 08:15:14 -05:00 |
|
toddparker
|
faf36d02a1
|
Fixed broken footer example, added a few more color variations.
|
2011-02-03 08:11:57 -05:00 |
|
scottjehl
|
1c49c96b6c
|
added data-rel back attrs to dialog sample buttons
|
2011-02-03 02:59:30 -05:00 |
|
scottjehl
|
16c743ac39
|
In android 2.1 and 1.6, the split button anchor needed to be a sibling of the overall row button div in the LI. It seems this may be due to the event handlers bound to the div button, but I'm not entirely sure that's it. Either way, this workaround is straightforward and does not introduce issues in other browsers, so aside from the additional overhead involved in re-appending the links to the LIs, this fix is good to go. Fixes #874
|
2011-02-03 02:57:59 -05:00 |
|
John Bender
|
a79799e3b3
|
added step tests for keypress, removed data-step attribute check in favor of html5 range step attribute
|
2011-02-02 23:46:20 -08:00 |
|
John Bender
|
3a24aa4de6
|
Merge branch 'external-clear' of https://github.com/ajkovar/jquery-mobile into ajkovar-external-clear
|
2011-02-02 23:15:58 -08:00 |
|
John Bender
|
7da26e1974
|
added autoInitialize documentation
|
2011-02-02 23:03:07 -08:00 |
|
John Bender
|
8bfb687d2c
|
whitespace in core tests
|
2011-02-02 22:39:55 -08:00 |
|
scottjehl
|
67987925b4
|
property should not be defined in $.mobile.
|
2011-02-02 20:02:04 -05:00 |
|
Alex Kovar
|
e3a5dd5b09
|
fixed base undefined error in firefox
|
2011-02-02 13:10:40 -06:00 |
|
Alex Kovar
|
9970d76a02
|
remove extra timeout
|
2011-02-02 12:59:01 -06:00 |
|
Alex Kovar
|
2754087fc7
|
externalize $.mobile.urlHistory.clear function
|
2011-02-02 12:58:27 -06:00 |
|
scottjehl
|
b464b1bcec
|
added a workaround for the selectmenu plugin's nativeMenu in Opera. Opera browsers improperly support opacity on select elements, either hiding the menu button but not its text (in Mini), or hiding the text but not the button. Either way, it makes our hidden-select trick look really bad, or unusable. This workaround adds a class to the select in Opera, and makes the native menu visible. In the case of a false positive, that's not a bad outcome. Fixes #897
|
2011-02-02 12:04:18 -05:00 |
|
scottjehl
|
110ba9e98e
|
remove active button class on touchmove. This could technically use some tolerance, but it goes back to active if the select ends up opening, so I think it's fine as is, without adding more logic. Credit goes to @davibe for the change.
|
2011-02-02 01:41:07 -05:00 |
|
Davide Bertola
|
08b17e71cb
|
Make button look pressed on touchstart event
|
2011-02-02 14:28:58 +08:00 |
|
John Bender
|
107fc25838
|
minor simplification to the on ready init
|
2011-02-01 22:04:05 -08:00 |
|
John Bender
|
0a7bdfd632
|
whitespace in mobile core
|
2011-02-01 22:04:05 -08:00 |
|
unknown
|
9caaa9cfde
|
Added ability to control if $.mobile will automatically load first page/pages on dom ready using $.mobile.autoInitialize.
|
2011-02-01 22:04:05 -08:00 |
|
scottjehl
|
675deb1282
|
Merge remote branch 'origin/master'
|
2011-02-02 00:59:59 -05:00 |
|
scottjehl
|
c3b6e86e61
|
added a test to make sure the select element is inside the div-based button when native option is true
|
2011-02-02 00:59:54 -05:00 |
|
scottjehl
|
12b4506a0b
|
removed a test for a case that didn't seem to be desirable, and was not currently true
|
2011-02-02 00:59:18 -05:00 |
|
scottjehl
|
2ff400bc98
|
fixed a test for div buttons in native select menus
|
2011-02-02 00:57:34 -05:00 |
|
scottjehl
|
746420de40
|
removed test as it was looking for markup that are no longer exists when the native select menu option is true
|
2011-02-02 00:41:25 -05:00 |
|
scottjehl
|
2061b5bc2b
|
setting opacity to slightly greater than 0 fixes native selects in Firefox Mobile. At this point, the critical issues mentioned in 897 appear to be resolved. Fixes #897.
|
2011-02-02 00:36:41 -05:00 |
|
John Bender
|
4ddc5c7dd5
|
Merge branch 'changepagefix' of https://github.com/ajkovar/jquery-mobile into ajkovar-changepagefix
|
2011-02-01 21:36:24 -08:00 |
|
scottjehl
|
a763bade42
|
whitespace only
|
2011-02-02 00:33:53 -05:00 |
|
scottjehl
|
4a6ec54472
|
no default prevention is needed in native mode, as button is a div rather than an anchor. Also bound to change to remove the active class, which makes the native menu version's button state behave better in Opera Mobile 10.1
|
2011-02-02 00:25:12 -05:00 |
|
scottjehl
|
4023e1bf68
|
select menus also need blurring on transition.
|
2011-02-02 00:11:16 -05:00 |
|
scottjehl
|
cfceeced2e
|
wrapped if condition order
|
2011-02-02 00:02:59 -05:00 |
|
toddparker
|
d76234b397
|
Content tweaks for form theme page, fixed a few broken links
|
2011-02-01 22:55:10 -05:00 |
|
toddparker
|
1644bca45b
|
Added data-role="button" attributes to links because these were rendering as links only. Added link to form theming page.
|
2011-02-01 22:38:22 -05:00 |
|
toddparker
|
cd17ceda97
|
Updated the status of alpha 3 borwser support page
|
2011-02-01 22:30:45 -05:00 |
|
toddparker
|
4faa48288f
|
Merge remote branch 'origin/master'
|
2011-02-01 22:04:53 -05:00 |
|
scottjehl
|
91ee3fbfca
|
Merge remote branch 'origin/master'
|
2011-02-01 21:45:33 -05:00 |
|
Jesse Streb
|
e15ce80702
|
moved the setTimeout within the transition to be in the success handler of the ajax response. We now wrap the transitionPages that we call after injecting the new page into the DOM within the setTimeout which fixes the same issue but limits to pages that are injected into the DOM and makes it more clear why we have the setTimeout
|
2011-02-01 21:44:23 -05:00 |
|
scottjehl
|
0648247260
|
further shielding of non-native actions from native menus, and styled select within a parent div rather than anchor, when native is used.
|
2011-02-01 21:03:41 -05:00 |
|
scottjehl
|
36301b70bf
|
optimizations to prevent unnecessary overhead of menu markup creation or manipulation when native select option is true.
|
2011-02-01 20:49:07 -05:00 |
|