Commit graph

703 commits

Author SHA1 Message Date
maggiewachs
d423d9ec79 changed the folder name from 'sliders' to slider 2011-09-28 11:00:56 -04:00
maggiewachs
c1b1d5c1a6 removed old file 2011-09-28 11:00:44 -04:00
maggiewachs
658433b89c changed the folder name from 'sliders' to slider 2011-09-28 11:00:37 -04:00
maggiewachs
4893f5d2eb removed old file 2011-09-27 16:01:46 -04:00
maggiewachs
c342f7b8d3 removed - changed folder name 2011-09-27 16:00:56 -04:00
maggiewachs
5093d28d59 updated the nav link to textinputs 2011-09-27 16:00:03 -04:00
maggiewachs
d77849a9ac changed the folder name to something more descriptive (textinputs rather than texts), and corrected the documentation language (several factual errors) 2011-09-27 15:59:39 -04:00
toddparker
8669913fa7 Removed outdated device photo from intro page 2011-09-27 13:37:50 -04:00
toddparker
8e2f6fa341 Fixed a code typo in the theme example 2011-09-26 16:22:55 -04:00
toddparker
72535d11b3 Added improved collpsible theming docs 2011-09-26 16:21:32 -04:00
Todd Parker
86ab89497a Merge pull request #2522 from bobbravo2/patch-1
fixed typos and added @deprecated note to the $.mobile.addResolutionBreak. Thanks bobbravo2!
2011-09-26 07:10:20 -07:00
Maurice Gottlieb
362cab5343 correct typos and use consistent titling "Theming buttons" 2011-09-26 01:29:41 +03:00
Maurice Gottlieb
8539423a56 correct some typos and correction for #2524 2011-09-25 20:36:32 +03:00
gseguin
6db3ca1390 Fix for #2524
Fix collapsible docs to match actual behavior
2011-09-25 08:22:53 -07:00
gseguin
5bd72c7b96 Merge branch 'collapsible-redesign' 2011-09-24 22:12:22 -07:00
Robert Gregor
a41c2ce8d1 fixed typos and added @deprecated note to the $.mobile.addResolutionBreakpoints method 2011-09-24 17:31:35 -03:00
scottjehl
fe35e36a16 linked up the self-submit demo page and added a brief explanation of what happens when post requests submit to a page already represented in the DOM 2011-09-23 09:32:08 -04:00
gseguin
1692c0f378 Added doc/sample for data-content-theme 2011-09-22 09:49:36 -07:00
gseguin
46e6c6b320 fixed data-content-theme in collapsible-set for collapsible expanded by default 2011-09-22 09:49:02 -07:00
gseguin
4d33ec386b Merge remote branch 'upstream/master' into collapsible-redesign 2011-09-21 22:26:36 -07:00
gseguin
66e63651a7 Added docs for data-content-theme 2011-09-21 22:25:12 -07:00
toddparker
61eed992c6 Fixed Nokia test device notation - should be N950. 2011-09-21 15:47:34 -04:00
toddparker
4938d10acf Fixed BB7 device model, added Meego 1.2 to grade A 2011-09-21 15:21:25 -04:00
toddparker
a9eaf1bb44 Tweaked into for data-url info, thanks @kinblas 2011-09-21 15:20:11 -04:00
toddparker
877b323c7f Added info on the data-url param rules. 2011-09-21 15:04:07 -04:00
Kin Blas
9b0bf5252d Removed deprecated "beforechangepage", "changepage", and "changepagefailed" event references in preparation for jQM 1.0 release.
Updated the unit tests to use "pagechange" event instead of "changepage".
2011-09-20 16:59:30 -07:00
Danny
8f0dc05f25 Typo: Fixed missing closing bracket for checkbox selector in options section of docs 2011-09-18 19:36:14 +03:00
Danny
76ef937e7b Typo: Fixed missing closing bracket for radio selector in options section of docs 2011-09-18 19:33:27 +03:00
gseguin
e0b948e216 Fix for issue #2463
ui-collapsible-contain was renamed to ui-collapsible
2011-09-18 09:12:28 -07:00
gseguin
f8d30ef04e Revert "Fix for issue #2463"
This reverts commit a5bfcacbae.
2011-09-18 09:11:29 -07:00
gseguin
a5bfcacbae Fix for issue #2463
Override margin for collapsible children of .content-primary and .content-secondary
Set min-height for content-secondary
2011-09-18 08:46:49 -07:00
John Bender
265ffb68e4 update docs to reflect pagecreate -> pageinit migration with examples of when to use either 2011-09-16 10:24:14 -07:00
gseguin
dbab6c06f7 Fix for issue #2455
Updated doc
2011-09-16 09:18:00 -07:00
gseguin
6dbdbfe4bc Revert "Changed behavior of .jqmData() only when called with no argument. It now returns undefined as per discussion on #jquerymobile-dev"
This reverts commit 43c5037bd8.
2011-09-16 09:12:43 -07:00
gseguin
a0ca22ae3d Changed behavior of .jqmData() only when called with no argument. It now returns undefined as per discussion on #jquerymobile-dev 2011-09-16 09:12:25 -07:00
gseguin
43c5037bd8 Changed behavior of .jqmData() only when called with no argument. It now returns undefined as per discussion on #jquerymobile-dev 2011-09-16 09:10:08 -07:00
Kin Blas
c541ceba69 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-09-14 18:20:34 -07:00
Kin Blas
cac203291e Switched the sample-reuse-page-external.html sample over to calling a PHP script that supplies JSON data when called via XHR, or HTML when called directly. 2011-09-14 18:19:46 -07:00
gseguin
a34ba919b7 Changed collapsible doc to match code behavior 2011-09-14 17:52:10 -07:00
John Resig
0b83cf8d60 Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
John Resig
dc8f8e7103 Fix whitespace in headers for the build script. 2011-09-08 21:14:03 -04:00
Kin Blas
bdbb1bcc7e Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-09-08 13:48:01 -07:00
Kin Blas
675657f877 Added an index page for the dynamic-samples directory and linked to it from the age-dynamic.html page. 2011-09-08 13:46:18 -07:00
Kin Blas
92699e0011 Merge branch 'master' into data-driven-with-fallback 2011-09-08 13:38:06 -07:00
Kin Blas
b3ce277152 Moved scottjehl's modified sample to a new file (sample-reuse-page-external.html) and restored the original code in sample-reuse-page.html. 2011-09-08 13:35:42 -07:00
toddparker
7942e3333d Merge remote branch 'origin/master' 2011-09-08 16:01:00 -04:00
toddparker
7d2b6f839b Updated docs for beta 3 2011-09-08 16:00:54 -04:00
scottjehl
6e0912f3b5 progress towards making this demo work with urls that represent server resources 2011-09-08 15:58:53 -04:00
Kin Blas
f894d4704b Adding links to page-dynamic.html to all menus. 2011-09-08 12:34:48 -07:00
Kin Blas
95f1d5c6df Fixed the broken sample link. 2011-09-08 12:03:43 -07:00