Todd Parker
73ee4c995e
Added a data tribute reference page, linked it up
2011-11-03 22:56:54 -04:00
toddparker
cdf1d2cc94
Added info on URL passing between pages to scripting and Ajax nav pages
2011-11-02 18:19:26 -04:00
John Bender
408c98322a
whitespace in mobile widget
2011-11-02 14:23:29 -07:00
jblas@adobe.com
85927d3995
Sometimes things don't get more "dynamic" if you say "dynamic" too many times.
2011-11-02 10:17:17 -07:00
jblas@adobe.com
931c147e22
Documentation fix for #2914 - Layout events .trigger('updatelayout'); doesn't work with delay/speed
...
- Updated verbage in the 'updatelayout' section so that it is clearer that developers should trigger this event if their application manipulates the content in any way that may trigger a change in the width/height of the page.
2011-11-02 10:14:04 -07:00
John Bender
3503681b91
added comment for Issue #2066 special case
2011-11-02 09:30:07 -07:00
John Bender
dcf4130593
whitespace in core css
2011-11-02 09:29:38 -07:00
Todd Parker
493beeacc7
Merge pull request #2911 from charlieCollins/patch-1
...
Change usage of "the JQuery Mobile" that was repeated several times. Thanks charlieCollins
2011-11-01 15:30:05 -07:00
Mat Marquis
ab486257f7
Fixes #2066 — Select menus now open normally on Android when the page is wrapped in a form element. ♥ you, .NET.
2011-11-01 18:11:48 -04:00
Charlie Collins
c384f89163
Change usage of "the JQuery Mobile" that was repeated several times in one sentence. Also, tried to fix other typos seen on the live site (docuemnt, for example), but they appear to already be correct in source.
2011-11-01 19:05:34 -03:00
jblas@adobe.com
8c81959a7d
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-01 14:59:36 -07:00
jblas@adobe.com
e056d20728
Some minor listview tweaking to eliminate 1200 $.fn.find calls in our 400 item listview test case.
...
- Moved some of the finds we used to do for every item, out of the processing loop so we do just 3 big finds. This shaves off 200-300ms on iPad iOS 4.3.5.
2011-11-01 14:57:31 -07:00
Todd Parker
5279ba15eb
Merge pull request #2907 from eddiemonge/docs_fixes
...
Change some < to >, fix some code examples
2011-11-01 11:19:21 -07:00
Eddie Monge
503cefc115
Change some < to >, fix some code examples
2011-11-01 11:16:34 -07:00
John Bender
13a0c1508f
Revert "fixed js refs and whitespace in samples Fixes #2904 "
...
This reverts commit c748072bac .
2011-11-01 10:45:14 -07:00
John Bender
c748072bac
fixed js refs and whitespace in samples Fixes #2904
2011-11-01 10:39:26 -07:00
John Bender
010e93152d
Merge pull request #2899 from jpfiset/master
...
Fix for issue #2897
2011-11-01 09:44:43 -07:00
jblas@adobe.com
ebd7e04ce0
More enhancement optimizations:
...
- Modified buttonMarkup so that it checks options against undefined before calling jqmData(). This is necessary because false is a valid option.
- Modified listview so that it doesn't check for a data-counttheme unless it actually has a count item.
2011-11-01 09:26:41 -07:00
toddparker
11dbc5771b
Added link to JS Bin template
2011-11-01 11:36:22 -04:00
Jean-Pierre Fiset
bd5f62cb3c
Fix for issue #2897
2011-11-01 11:00:27 -04:00
jblas@adobe.com
86e4e6fb43
Some code optimizations to speed up page enhancement.
...
- Avoid using $.each() when you can directly iterate on the collection. This avoids extra function calling overhead.
- Avoid calling jqmData() for options that are specified.
- Avoid calling $.fn.wrapInner(), creating the DOM nodes manually is much faster.
2011-10-31 23:45:42 -07:00
John Bender
70571119b7
test that the text and val can update the parent button markup
2011-10-31 14:07:10 -07:00
John Bender
a8202d240d
reference the buttonMarkup text wrapper element through data
2011-10-31 13:24:17 -07:00
John Bender
0ffaab8d22
switched to prop per @eddiemonge
2011-10-31 11:44:56 -07:00
Alex Roberts
6b767b4b8d
Update form button text on refresh.
...
Allows submit button values to change dynamically, and update accordingly in the UI. Such as in the event a button should read "Update" instead of "Save".
2011-10-31 11:05:54 -07:00
Mat Marquis
1c3a4c7a84
Merge pull request #2883 from MauriceG/patch-2
...
Fix for #2881 - Inconsistent background (box-shadow) on themeless dialogs.
2011-10-31 09:05:48 -07:00
Todd Parker
7bf9af787b
Merge pull request #2796 from myakura/bug_2795
...
Fix for the issue #2795 . Thanks myakura!
2011-10-31 08:26:49 -07:00
Maurice Gottlieb
aec206b712
Fix for #2881 - @wilto Could you please review this:
...
Add the ui-overlay-shadow class to both, content and, if there, to the footer.
Then add the ui-corner-bottom-class to the last one.
2011-10-29 16:52:31 +03:00
Masataka Yakura
8d0ca03161
remove "top" from gradient syntax for byte savings and spec compliance
2011-10-29 16:33:53 +09:00
John Bender
fef4b200a6
handle pixel values from calls to $.fn.css('left') in slider tests
2011-10-28 15:58:25 -07:00
Ghislain Seguin
f81888c4e1
Fix for #2865 : when it's the first time we load the page, use the page title if there is one
2011-10-27 22:28:14 -07:00
Ghislain Seguin
3e99437104
Merge pull request #2873 from eddiemonge/patch-1
...
Some code cleanup
2011-10-27 22:20:24 -07:00
Ghislain Seguin
03e63af26f
Merge pull request #2874 from eddiemonge/patch-2
...
Proposed fix for 2847
2011-10-27 22:19:28 -07:00
Todd Parker
6264d95da2
Merge pull request #2812 from redaemn/flip-switch-improvements
...
Fix for issue #2756 - flip toggle slider animated snapping. Thanks redaemn!
2011-10-27 18:31:39 -07:00
Eddie Monge Jr.
5a285701a8
Proposed fix for 2847
2011-10-27 18:10:49 -07:00
Eddie Monge Jr.
c04755d859
Some code cleanup
2011-10-27 18:09:01 -07:00
Todd Parker
fde88b2ec3
Merge pull request #2844 from samatjain/png-opt
...
Losslessly minimize themes’ PNGs. Thanks samatjain!
2011-10-27 17:48:44 -07:00
Ghislain Seguin
5804e364c1
Revert "on page-reload, i believe, toPage.jqmData( "title" ) is null and the page-header-text is always used"
...
This reverts commit 3d0f10d186 .
2011-10-27 15:28:22 -07:00
Ghislain Seguin
23b1510cf8
Merge pull request #2868 from MauriceG/patch-1
...
Fix for #2865 : Page title overridden on (first load) reload
2011-10-27 14:19:17 -07:00
Maurice Gottlieb
3d0f10d186
on page-reload, i believe, toPage.jqmData( "title" ) is null and the page-header-text is always used
2011-10-28 00:00:00 +03:00
John Bender
b0f430d9f8
Merge pull request #2867 from jakeboone02/grammar
...
Grammar correction
2011-10-27 12:19:02 -07:00
Jake Boone
7ada7ba0f1
Grammar correction
2011-10-27 14:53:45 -04:00
John Bender
250316274b
change the credit link to the comment with the snippet
2011-10-27 11:38:34 -07:00
John Bender
4829928ca1
add documentation around application cache issues and a suggested workaround
2011-10-27 11:26:47 -07:00
Mat Marquis
8e6a67d3bb
Additional fix for #2842 — Missed a spot. Full-width form elements due to hidden labels no longer rely on percentage-based left/right padding.
2011-10-27 11:16:46 -04:00
Todd Parker
57ba8d70e1
Merge pull request #2863 from MauriceG/issue_2845
...
Fix issue #2845 : remove xhtml endtag from css-link. Thanks MauriceG!
2011-10-27 08:06:30 -07:00
Todd Parker
6321a69326
Merge pull request #2864 from MauriceG/issue_2528
...
Fixes #2528 - removing listviews glowing corners. Thanks MauriceG!
2011-10-27 07:44:39 -07:00
Maurice Gottlieb
3622e5227a
Fix for issue #2528 removing listviews glowing corners
2011-10-27 15:28:05 +02:00
Maurice Gottlieb
d59a9d8b15
Fix issue #2845 : remove xhtml endtag from css-link
2011-10-27 14:45:32 +02:00
Mat Marquis
26831aa66f
Fixes #2629 , fixes #2628 — Replacing ‘background: transparent’ with #fff, rgba(255,255,255,0), and an opacity filter solves this.
2011-10-26 17:57:03 -04:00