Mat Marquis
9719454056
Fixes position of ‘current version’ flag on documentation index when touchOverflowEnabled is true.
2011-10-13 16:22:08 -04:00
scottjehl
a93c4878aa
removed media classes JS - deprecated since Beta 1. Use CSS3 Media Queries with a polyfill instead :) Docs are updated to link to old code in case anyone still needs a backwards-port
2011-09-29 14:47:05 -04:00
scottjehl
d63350ca6c
set initial page div's data-url to location.pathname unless it has an ID on it. This fixes an issue where going back to the initial page will end up generating a new homepage rather than transitioning to the one already in the dom.
2011-08-28 00:06:27 -04:00
scottjehl
1ab123c76b
components first
2011-06-20 19:03:57 -04:00
scottjehl
13a22e3eec
updated the footers in the new docs templates
2011-06-20 18:53:55 -04:00
scottjehl
735ee926d3
more docs updates. moved to the green header, set default transition dynamically
2011-06-20 18:53:53 -04:00
scottjehl
1e5441fd76
reworked the docs to better accommodate wide screens using a simple responsive layout. Tweaks forthcoming!
2011-06-20 18:53:53 -04:00
scottjehl
8ba4c27300
Ya'll can scale your pages now. Fixes #1645 . Note: we originally disabled user zooming to work around a bug in iOS that automatically zooms the page beyond the constraints of the viewport on orientation change. We are not working around this bug at all now, but you are free to include any meta tag you'd like, or better yet, consider this polyfill: http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/
2011-05-17 17:28:19 -04:00
scottjehl
d97a964884
been meaning to do this for a while.
2011-04-14 16:04:47 -04:00
scottjehl
0d9627d54e
Added viewport meta elements to the markup of every template and removed the metaViewportContent option from code and docs. IE does not support generated viewport tags.
2011-03-14 00:20:23 -04:00
toddparker
c61704146e
Removed experimental section with API browser because it's outdated
2011-02-03 16:37:43 -05:00
Kin Blas
161f5e6ae3
Removed jquery.js from js/index.php and updated all html doc/experiments/test files that incuded "js/" so that they also include jquery.js manually.
...
This makes our include model match the include model on the CDN, and allows devs to make use of mobileinit for debugging some of the samples since that must be set up after jquery.js, but before jquery-mobile.
2011-01-20 11:26:12 -08:00
Kin Blas
a07fa70b07
Quick fix for issue 763 - Icons and loading image fail to display on Opera Mobile.
...
This is just a quick check in to the main index.html of the test site to make sure things work. We still need to do a sweep through *ALL* html files and make sure we are including a trailing slash in the themes/default path.
2011-01-05 15:29:17 -08:00
scottjehl
aca00ea8ec
renaming for screen size
2010-11-11 19:09:11 -05:00
scottjehl
499bcb6458
added methods documentation
2010-11-11 16:12:14 -05:00
Todd Parker
fed9911f08
Refined names for API pages
2010-11-11 14:34:12 -05:00
Todd Parker
0d99c05aea
Updated API links
2010-11-11 14:28:17 -05:00
scottjehl
c708859f55
added docs for media query helpers
2010-11-11 14:22:14 -05:00
scottjehl
17facff55d
docs updates
2010-11-11 13:33:19 -05:00
scottjehl
8f9aee12a6
removed js/all redirect. updated files to use js/
2010-11-09 17:57:26 -05:00
scottjehl
9519030fab
removed extra meta charset
2010-11-06 15:05:16 -04:00
scottjehl
bc1d0ba08e
set utf-8
2010-11-01 21:46:29 -04:00
scottjehl
ed07fbc8ad
added events documentation.
2010-10-20 16:25:11 -04:00
John Resig
51c4f4a5e2
Disable links to API documentation. Will tackle this weekend.
2010-10-15 22:48:09 -04:00
John Resig
5d47a86614
Changed title of main documentation page.
2010-10-15 22:20:32 -04:00
scottjehl
4abd7b14d2
ye olde theme switcher. appending to all pages now.
2010-10-15 18:03:17 -04:00
John Resig
6da6208ee9
Make sure that text/javascript exists on the main index.
2010-10-15 17:50:47 -04:00
Todd Parker
82556c0fef
added placeholder pages for accessibility and features
2010-10-15 11:05:02 -04:00
scottjehl
7b706e412a
homepage design tweaks
2010-10-14 22:07:38 -04:00
scottjehl
4293bc50c9
new design for the top of the homepage. also, generated the themeswitcher link with js.
2010-10-14 21:56:51 -04:00
Todd Parker
f76b69f7b6
capitalization
2010-10-14 17:27:08 -04:00
Todd Parker
f82fc2cb1b
re-vamp of homepage and new /about/folder
2010-10-14 17:22:38 -04:00
Todd Parker
0b6840aefb
pages section cleanup
2010-10-14 00:12:17 -04:00
Todd Parker
4ca74050bd
more swatch tweaks
2010-10-13 23:29:23 -04:00
Todd Parker
2e718f487c
changed homepage header to a swatch to better show off theme differences
2010-10-13 23:26:25 -04:00
Todd Parker
240b87954c
added data-position="inline" to headers on all index pages -- these are too short for the static headers
2010-10-13 23:24:35 -04:00
Todd Parker
c6d80f5b92
simplifying docs, cross-linking to theming
2010-10-13 17:57:49 -04:00
Todd Parker
cbd57fd77e
fixed broken experiments links
2010-10-13 13:49:01 -04:00
scottjehl
0651d90ead
Added a theme switcher widget. Written as a bookmarklet, but only used in a new "switch theme" button on the index page.
2010-10-13 13:29:18 -04:00
scottjehl
d5cbcf755b
Created a themes directory and moved all CSS and images there.
...
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.
Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
Todd Parker
f07a290793
more theme fixes
2010-10-12 18:45:13 -04:00
Todd Parker
2ed0abe8d6
fixing themes for index pages
2010-10-12 18:41:04 -04:00
Todd Parker
2848d93ea5
theme styling to pages
2010-10-12 18:35:00 -04:00
Todd Parker
2409ca2a64
re-org of mobile docs
2010-10-12 18:25:41 -04:00
scottjehl
091c00a9cf
removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway.
2010-10-12 15:14:07 -04:00
Todd Parker
8f34e4166b
removed the class="ui-body" wrappers on pages, added to content div. hopefully, we can remove the class completely and have the framework add it for you.
2010-10-11 15:51:59 -04:00
scottjehl
00c28aff4d
demo markup cleanup
2010-10-09 08:57:57 -04:00
scottjehl
8e1421fbe2
typo
2010-10-08 23:39:39 -04:00
scottjehl
702173eaae
renamed navlist to navbar.
...
Fixes #117
2010-10-08 23:26:04 -04:00
Todd Parker
65343f158b
The start of basic documentation and cleaned up demos.
2010-10-08 18:20:20 -04:00