Maurice Gottlieb
f99230eb40
adding missing anchor tag
2011-11-12 13:47:35 +01:00
Mat Marquis
b2106887d8
Merge remote-tracking branch 'upstream/master'
2011-11-11 18:54:48 -05:00
Mat Marquis
cbc5a34e17
Added full-page theme examples for the sake of testing theme inheritance — see issue #3028 .
2011-11-11 18:52:22 -05:00
jblas@adobe.com
0e0435ed1c
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-11 14:54:05 -08:00
jblas@adobe.com
6bd8f7a85b
Reclaiming another 200-300 msecs on the 400 listview item page for iPad and WP7.5.
...
- Use $.data() instead of $.fn.data() in buttonMarkup().
- Avoid excess function overhead with a filtered children() call by walking the DOM ourselves in listview code.
2011-11-11 14:51:58 -08:00
toddparker
134bdcfc20
Updated graded support to remove Opera from WinMo, removed iOS5 (beta), added N9
2011-11-11 17:29:59 -05:00
Todd Parker
88bdc41ffb
Merge pull request #3027 from jasonlcrane/lists-readonly-1
...
Update docs/lists/lists-readonly.html
2011-11-11 14:17:58 -08:00
Jason Crane
874eab7cb7
Removed "Inset" from header and minor tweaks.
2011-11-11 21:11:40 +00:00
Mat Marquis
5262c2be56
Fixes #3020 — Theme-dependent backgrounds should be applied only to ‘data-role=content’ within a dialog.
2011-11-11 15:20:36 -05:00
John Bender
00d604ccc4
Merge branch 'frietsch-master'
2011-11-11 12:09:17 -08:00
John Bender
ced1f865a2
whitespace and a comment on setting buttonPlaceholder to undefined
2011-11-11 12:08:59 -08:00
frietsch
c824b16816
Bugfix: If a named submit button was clicked multiple times, the name wasn't sent in 2nd ... nth time.
2011-11-11 12:08:59 -08:00
frietsch
b051c3203e
Bugfix: If a named submit button was clicked multiple times, the name wasn't sent in 2nd ... nth time.
2011-11-11 12:08:59 -08:00
John Bender
d35b86fea0
test that the hidden element for input button submission is added many times
2011-11-11 12:08:24 -08:00
John Bender
73508f1dbf
Merge branch 'pbosakov-issue_2821'
2011-11-11 11:20:57 -08:00
John Bender
46f6c678eb
simplify nested branches
2011-11-11 11:20:30 -08:00
Todd Parker
de75527f78
Merge pull request #3024 from garann/master
...
Subjective edits to PhoneGap doc to make references to webviews consistent
2011-11-11 10:41:59 -08:00
jblas@adobe.com
343161c972
Reclaim 250 msecs on iPad and WP7.5 (Mango) by simply combining find().filter() calls and getting rid of fake pseudo selectors :eq(0) and :last.
2011-11-11 10:31:31 -08:00
Todd Parker
7406ea258a
Merge pull request #3023 from garann/22d29992da740dfb12976d94514967d014044ec9
...
Small copy edits (typos, etc.) to the PhoneGap doc. Thanks garran
2011-11-11 10:05:01 -08:00
Garann Means
8f66cbe70c
made references to webviews in PhoneGap docs consistent *twitch*
2011-11-11 12:01:13 -06:00
John Bender
1f20d7c002
Merge branch 'issue_2821' of https://github.com/pbosakov/jquery-mobile into pbosakov-issue_2821
2011-11-11 09:58:16 -08:00
Garann Means
22d29992da
minor copy edits to the PhoneGap doc
2011-11-11 11:56:05 -06:00
Garann Means
ef05fd045f
Merge remote-tracking branch 'upstream/master'
2011-11-11 11:45:14 -06:00
Todd Parker
48e5ce0343
Merge pull request #3022 from agcolom/patch-32
...
Update docs/pages/page-links.html
2011-11-11 08:50:05 -08:00
Anne-Gaelle Colom
b6deb43274
Update docs/pages/page-links.html
2011-11-11 16:44:46 +00:00
toddparker
6ac52d855a
Added more info on how to add custom and HD icons
2011-11-11 10:27:18 -05:00
toddparker
3af9d83e51
Language tweak
2011-11-10 23:32:06 -05:00
toddparker
915b9e528b
AddedTouchoverflow docs page, re-vamped transitions page to add info on adding cutom CSS and JS transitions
2011-11-10 23:28:49 -05:00
toddparker
2a1f95d7c7
Added new PhoneGap page, updated navigation
2011-11-10 21:59:50 -05:00
John Bender
f501712617
Merge pull request #2919 from redaemn/flip-switch-improvements
...
Corrected some tests for the slider widget
2011-11-10 15:10:38 -08:00
jblas@adobe.com
ac8a7c7cb9
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-11-10 14:15:25 -08:00
jblas@adobe.com
87070cc690
Reclaiming another 700-800 msecs on the 400 listview item test for WP7.5 (Mango) with a few minor tweaks:
...
- Added _findFirstElementByTagName() which does basic DOM traversal to find the first of an element with the given nodeName. Use this in place of $.fn.closest() and $.fn.children() calls that filter with ":eq(0)".
- Avoid calling $.fn.add() if you can. The creation of the new collection is costing about 400 msecs.
- Avoid calling $() with markup for a single node, just use document.createElement() and pass it to $().
2011-11-10 14:15:12 -08:00
John Bender
458ba65681
switched to bar chart per @toddparker
2011-11-10 11:42:28 -08:00
John Bender
eedb9ce8ac
todo added to the chart display
2011-11-10 11:24:54 -08:00
John Bender
1572867147
decode get params when refining stats data
2011-11-10 10:55:14 -08:00
John Bender
4da7e378c2
create new tables based on agent version
2011-11-10 10:52:04 -08:00
John Bender
be1852827c
close element creation tags
2011-11-10 10:29:15 -08:00
John Bender
cdfe8d157a
remove id dependency on the data point
2011-11-10 10:18:28 -08:00
Ghislain Seguin
b4df2ecfb2
Added some more negative testing for theming
2011-11-10 10:10:08 -08:00
John Bender
477f85c500
blackberry ua support
2011-11-10 10:01:39 -08:00
John Bender
633b5e089c
Merge pull request #3015 from eddiemonge/patch-9
...
Update README.md
2011-11-10 09:54:47 -08:00
Eddie Monge Jr.
1296abb80f
Update README.md
2011-11-10 09:53:48 -08:00
John Bender
d5ab078cdd
Merge pull request #3009 from eddiemonge/server
...
Update Makefile to actually work on the server
2011-11-10 09:29:49 -08:00
John Bender
9a13fc0b35
added iPhone and iPad UA strings
2011-11-10 09:23:49 -08:00
Ghislain Seguin
4bba893940
Fixed custom select dialog header styling
2011-11-10 09:17:31 -08:00
Ghislain Seguin
acdbd8f1b7
Renamed variable
2011-11-10 09:17:31 -08:00
Todd Parker
2f6af4b991
Merge pull request #3014 from jasonlcrane/docs-list-1
...
Update docs/lists/docs-lists.html
2011-11-10 09:14:48 -08:00
John Bender
c1a6ea10e5
formatting in php for sanity
2011-11-10 09:04:18 -08:00
John Bender
5734ca62c6
add ability to refine data display to a user agent or data point
2011-11-10 09:04:18 -08:00
John Bender
f74d117aec
simple user agent tracking and collection added to perf javascript
2011-11-10 09:04:18 -08:00