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
scottjehl
de53cfb930
Made all css and JS rely upon media query support. ("only all"). We can go back to the previous system, but so far, this seems to create a better divide than our previous support tests provided. 1-person discussion here: https://github.com/jquery/jquery-mobile/issues/#issue/29
2010-10-07 15:15:59 -04:00
scottjehl
b3c7bfd468
viewport meta is auto-added. not sure why it's in here. gone.
2010-10-07 14:42:44 -04:00
scottjehl
70b19e113e
linked up Scott's new listview filter demo
2010-10-06 17:06:45 -04:00
scottjehl
e764f351cf
linked up Joern's converter demo app, rel="external" until issue #110 is fixed.
2010-10-06 12:25:25 -04:00
scottjehl
b5eca5bd2a
Renamed Globalnav "Navlist". Fixed #95
2010-10-05 14:06:28 -04:00
scottjehl
ced22f6962
Sticky footers
...
Tag a footer div with data-id="foo" and it'll stay visible when transitioning to another page that has a footer of the same data-id.
Fixed #72
All proposed changes above are either implemented, or covered through alternate means.
2010-10-04 19:00:30 -04:00
scottjehl
d961e899c7
updated link to glyphish example in experiments folder
2010-10-03 08:35:13 -04:00
scottjehl
033ed1af59
pulled the rel=external attrs off a couple links
2010-10-02 15:29:10 -04:00
scottjehl
79a5c3db13
removed inline gzips
2010-10-02 11:42:50 -04:00
scottjehl
a0e78eae20
updated page title
2010-09-21 16:47:20 -04:00
scottjehl
af250415b2
updated markup to use data-role attrs in place of classes for header/content/footer
2010-09-21 10:58:54 -04:00
scottjehl
501171d913
linked to new search demo page
2010-09-19 19:09:12 -04:00
scottjehl
94d17d4f42
linked up the new globalnav example that uses glyphish icons
2010-09-19 15:22:33 -04:00
scottjehl
f9f236fb8b
Big update:
...
In starting markup, pages should now be identified with the attribute data-role="page". This allows us to then add ui-page programatically, hiding all non-active pages, and apply ui-page-active to one page at a time to show it.
mobile.js is updated to find pages by this attribute now, instead of ui-page class.
fixes issue 32
2010-09-18 12:20:35 -04:00
scottjehl
d00e0e03c1
updated index page to link to dialog demo properly.
2010-09-17 16:27:29 -04:00
scottjehl
241bbc1b05
adding a page for dialog demos. Just a transition for now, more later.
2010-09-16 18:32:22 -04:00
scottjehl
c529633ce1
updated link value
2010-09-16 13:18:15 -04:00
scottjehl
3930d41c7f
linked to new api viewer demo
2010-09-16 13:15:30 -04:00
scottjehl
bd3ecab04c
updated the demo page markup
2010-09-16 12:38:48 -04:00
scottjehl
c30fc03e65
unlinked tree and tabs, linked up new list view widget
2010-09-15 16:52:25 -04:00
Scott González
04f6d6cf90
Cleaned up markup on main demo page.
2010-09-14 22:50:29 -04:00
scottjehl
91ca456a82
added link to globalnav demo page
2010-09-14 11:50:00 -04:00
scottjehl
ec7d66be61
updated demo pages. unlinked the other fixed demos for now, since those transitions aren't working well
2010-09-12 11:33:53 -04:00
scottjehl
1d0fd4a7d8
committing all the mobiley goodness.
2010-09-10 18:23:13 -04:00