scottjehl
|
3b9a90ee4a
|
fixed underline on button down state
|
2011-03-28 15:55:37 -04:00 |
|
scottjehl
|
5fa733b0eb
|
Merge remote branch 'origin/master'
|
2011-03-25 17:35:53 -04:00 |
|
scottjehl
|
2d6653c1d5
|
improved the icons at regular and retina resolutions. added check and radio to the sprite; fewer requests ftw. Fixes #844
|
2011-03-25 17:35:45 -04:00 |
|
toddparker
|
86db2a77a1
|
Cretaed Alpha 4 version banner for docs homepage so we're ready to go. Need to rename this to "version.png" when we flip the switch.
|
2011-03-25 15:14:20 -04:00 |
|
toddparker
|
430a25884e
|
Higher bit depth versions.
|
2011-03-25 13:19:37 -04:00 |
|
toddparker
|
31d246f685
|
Updated sprites to add alpha transparency
|
2011-03-25 13:11:08 -04:00 |
|
toddparker
|
509082efd1
|
Updated supported browser page to include WP7 and say alpha 4.
|
2011-03-25 13:07:27 -04:00 |
|
toddparker
|
649824a40e
|
Few language tweaks.
|
2011-03-25 13:01:35 -04:00 |
|
toddparker
|
ea074d1ef1
|
Set the global default for select menus to use the native instead of custom. Updated the docs and examples to match.
|
2011-03-25 12:44:46 -04:00 |
|
toddparker
|
8f9250ecff
|
Merge remote branch 'origin/master'
|
2011-03-25 11:48:00 -04:00 |
|
toddparker
|
c771c36e9e
|
New check + radio images - now a single sprite and with retina support
|
2011-03-25 11:47:45 -04:00 |
|
scottjehl
|
4fa2032789
|
quick fix to listview image selector to grab the first img of each LI, not the whole list.
|
2011-03-24 15:41:43 -04:00 |
|
Felipe Brahm
|
c25829a8a2
|
Bug fix: only apply thumb style if img tag is on the first level. This fixes the problem when you want multiple images on each li element, like a 5 star rating for each element for example. Now to add multiple images you just have to put them in a div.
|
2011-03-25 03:39:02 +08:00 |
|
cm71td
|
2f3b5b6543
|
Disabled buttons should get the ui-disabled class. I created a refresh() method to be consistent with other widgets. It checks if the underlying button is disabled and calls enable or disable. The refresh() method is called from _create.
|
2011-03-25 03:16:42 +08:00 |
|
John Bender
|
ff4c74d5f9
|
fixed init tests for ie js failure
|
2011-03-23 22:42:16 -07:00 |
|
scottjehl
|
13a88bfd7b
|
undid the changes in commit #a881ae79d7310e45294e
|
2011-03-24 01:11:45 -04:00 |
|
scottjehl
|
61005944d3
|
Added support for the target attribute on forms (such as target="_blank"). When set, the form handler simply allows the native handling to apply. Unlike anchors however, the rel attribute is not allowed on forms. If you're purely looking to submit a single form without ajax, you can use the data-ajax="false" attribute as well. Fixes #952 and docs updates are included
|
2011-03-24 00:59:42 -04:00 |
|
scottjehl
|
39476d151a
|
added support for data-transition and data-direction on form elements. Fixes #1275
|
2011-03-24 00:45:15 -04:00 |
|
scottjehl
|
7b0fa3b48c
|
If action attribute is undefined, default to path.get(). Fixes #766
|
2011-03-24 00:36:24 -04:00 |
|
scottjehl
|
acc771b046
|
make sure type is not a 0-length string, as it would be if left undefined in the markup. Fixes #766
|
2011-03-24 00:33:59 -04:00 |
|
scottjehl
|
e6095a357a
|
if type attr is used from method attr, make sure it's lowercase first. Fixes #1280. Still needs a unit test but I'll need to think about how best to do it.
|
2011-03-24 00:30:26 -04:00 |
|
Ivan Rubanov
|
b35274a8a4
|
Fix for issue 1262
|
2011-03-24 07:33:46 +08:00 |
|
toddparker
|
f22b7c8395
|
Updates to rel="external" dialog docs
|
2011-03-23 12:44:24 -04:00 |
|
toddparker
|
a545e5d361
|
Merge remote branch 'origin/master'
|
2011-03-23 12:39:21 -04:00 |
|
toddparker
|
aad79e8a9a
|
Added rel="external" example to the dialogs docs
|
2011-03-23 12:39:04 -04:00 |
|
Kin Blas
|
251a3c0add
|
Merge branch 'master' into phonegap
|
2011-03-23 09:14:10 -07:00 |
|
Louy Alakkad
|
a881ae79d7
|
giving footer buttons an absolute postition
|
2011-03-23 23:56:06 +08:00 |
|
Kin Blas
|
08fa6a2ac8
|
Got rid of the if/else isExternal check because we need to make sure we check cross domain URLs against isRelExternal.
|
2011-03-21 10:32:24 -07:00 |
|
Alexander Wunschik
|
862c0119d9
|
Default cursor for listview deviders. Fixes #1244
|
2011-03-21 22:13:11 +08:00 |
|
Kin Blas
|
2aab30b7a6
|
Initial changes to allow for cross-domain URLs to be loaded as pages within Phone Gap's web view. I still need to figure out how we're going to set the application URL hash for these cross-domain URLs, and allow for reloading the URL via deep links.
|
2011-03-18 17:53:06 -07:00 |
|
Kin Blas
|
6b7c82a1dc
|
Updated the scrollupdate trigger call to pass an array for the data. Apparently trigger requires an array as its second argument if you want to pass data to a callback.
|
2011-03-18 13:37:22 -07:00 |
|
toddparker
|
b3cfe8778f
|
Added documentation on how to disable Ajax form submission via data- attribute and gloabl config.
|
2011-03-15 19:21:27 -04:00 |
|
scottjehl
|
143a8df256
|
less padding on select menu titles. Credit goes to oiva (Oiva Eskola). Thanks!
|
2011-03-15 19:04:58 -04:00 |
|
scottjehl
|
09ffa3aa5f
|
Clarified data-ajax=false on forms. Fixes #1134
|
2011-03-15 18:49:39 -04:00 |
|
scottjehl
|
b9d0349975
|
Merge remote branch 'origin/master'
|
2011-03-15 18:23:31 -04:00 |
|
scottjehl
|
4e13021a53
|
fixed bug where clicking back twice after opening a dialog select was causing the main page to hide. history.back was being called twice in some cases when clicking the custom close button. Fixes #1007
|
2011-03-15 18:23:24 -04:00 |
|
John Resig
|
6138a57e67
|
Revert "Adding in a new :jqdata() selector for filtering data- attributes within the proper jQuery Mobile namespace."
This reverts commit da24d27796.
|
2011-03-15 15:05:22 -04:00 |
|
John Resig
|
da24d27796
|
Adding in a new :jqdata() selector for filtering data- attributes within the proper jQuery Mobile namespace.
|
2011-03-15 15:00:20 -04:00 |
|
scottjehl
|
83e7aeb4a5
|
when the select's options don't match the list item options, it should be rebuilt. Fixes #1240
|
2011-03-15 12:00:39 -04:00 |
|
John Bender
|
b56626fba1
|
added type attribute regex tests for the different ways that browsers serialize html
|
2011-03-14 23:50:20 -07:00 |
|
John Bender
|
cd654a4eae
|
moved page unit tests back under anon function
|
2011-03-14 23:50:20 -07:00 |
|
John Bender
|
a987adb610
|
altered type attribute regex per @jblas, moved to 'private' prototype attribute for testing
|
2011-03-14 23:50:20 -07:00 |
|
scottjehl
|
3275baf64c
|
added demo pages for inset filter lists
|
2011-03-15 00:08:01 -04:00 |
|
scottjehl
|
12616b310f
|
didn't need the == true test.
|
2011-03-15 00:07:48 -04:00 |
|
hakanson
|
d16c46a6e9
|
format search filter for inset lists
|
2011-03-15 12:05:47 +08:00 |
|
scottjehl
|
6aa7db5fb5
|
changed the secondary icon color class name to ui-icon-alt instead of ui-icon-black. This will be best when creating custom themes that might use slightly different icon colors.
|
2011-03-14 23:55:41 -04:00 |
|
scottjehl
|
71ac285d4b
|
Merge remote branch 'origin/master'
|
2011-03-14 23:47:25 -04:00 |
|
scottjehl
|
bd4e4a7eeb
|
updated the retina sprite targeting to specifically apply to the icons in the sprite, and nothing broader. Credit for this commit goes to Adam Messinger (@adammessinger). Thanks Adam!
|
2011-03-14 23:47:16 -04:00 |
|
adammessinger
|
2bfdd02a51
|
Fix for issue #900: buttons with rel attribute set to external don't show active state
|
2011-03-15 11:30:19 +08:00 |
|
scottjehl
|
7f48419a29
|
This adds a fallback for navbars that have one item, so they simply fill 100%. Credit for this fix and idea goes to kennedyr (Richard Kennedy), but we changed the naming around a bit. Fixes #1107. Thanks Richard!
|
2011-03-14 20:26:20 -04:00 |
|