2010-09-15 02:50:29 +00:00
<!DOCTYPE html>
< html >
< head >
2011-02-18 20:00:18 +00:00
< meta charset = "utf-8" >
2011-05-17 21:28:19 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2010-10-16 02:20:32 +00:00
< title > jQuery Mobile: Demos and Documentation< / title >
2011-01-05 23:29:17 +00:00
< link rel = "stylesheet" href = "themes/default/" / >
2010-10-15 01:56:51 +00:00
< link rel = "stylesheet" href = "docs/_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "js/jquery.js" > < / script >
< script src = "experiments/themeswitcher/jquery.mobile.themeswitcher.js" > < / script >
< script src = "docs/_assets/js/jqm-docs.js" > < / script >
2011-06-20 19:17:05 +00:00
< script src = "js/" > < / script >
2010-09-10 22:23:13 +00:00
< / head >
< body >
2011-06-20 01:58:12 +00:00
< div data-role = "page" id = "jqm-home" class = "type-home" >
2010-10-15 01:56:51 +00:00
< div data-role = "content" >
2010-11-11 18:32:46 +00:00
2011-06-20 01:58:12 +00:00
< div class = "content-secondary" >
< div id = "jqm-homeheader" >
< h1 id = "jqm-logo" > < img src = "docs/_assets/images/jquery-logo.png" alt = "jQuery Mobile Framework" / > < / h1 >
< p > A Touch-Optimized Web Framework for Smartphones & Tablets< / p >
< p id = "jqm-version" > Beta Release< / p >
< / div >
2011-06-20 22:50:52 +00:00
< p class = "intro" > < strong > Welcome.< / strong > Browse the jQuery Mobile components and learn how to make rich, accessible, touch-friendly websites and apps.< / p >
2011-06-20 01:58:12 +00:00
< ul data-role = "listview" data-inset = "true" data-theme = "c" data-dividertheme = "f" >
< li data-role = "list-divider" > Overview< / li >
< li > < a href = "docs/about/intro.html" > Intro to jQuery Mobile< / a > < / li >
< li > < a href = "docs/about/features.html" > Features< / a > < / li >
< li > < a href = "docs/about/accessibility.html" > Accessibility< / a > < / li >
< li > < a href = "docs/about/platforms.html" > Supported platforms< / a > < / li >
< / ul >
< / div > <!-- /content - primary -->
< div class = "content-primary" >
< nav >
2010-10-15 01:56:51 +00:00
2011-06-20 01:58:12 +00:00
< ul data-role = "listview" data-inset = "true" data-theme = "c" data-dividertheme = "b" >
< li data-role = "list-divider" > Components< / li >
< li > < a href = "docs/pages/index.html" > Pages & dialogs< / a > < / li >
< li > < a href = "docs/toolbars/index.html" > Toolbars< / a > < / li >
< li > < a href = "docs/buttons/index.html" > Buttons< / a > < / li >
< li > < a href = "docs/content/index.html" > Content formatting< / a > < / li >
< li > < a href = "docs/forms/index.html" > Form elements< / a > < / li >
< li > < a href = "docs/lists/index.html" > List views< / a > < / li >
2011-06-20 23:03:57 +00:00
< li data-role = "list-divider" > API< / li >
< li > < a href = "docs/api/globalconfig.html" > Configuring defaults< / a > < / li >
< li > < a href = "docs/api/events.html" > Events< / a > < / li >
< li > < a href = "docs/api/methods.html" > Methods & Utilities< / a > < / li >
< li > < a href = "docs/api/mediahelpers.html" > Responsive Layout< / a > < / li >
< li > < a href = "docs/api/themes.html" > Theme framework< / a > < / li >
2011-06-20 01:58:12 +00:00
< / ul >
< / nav >
< / div >
2011-02-03 21:37:43 +00:00
2010-10-15 01:56:51 +00:00
2010-10-15 22:03:17 +00:00
2010-10-15 01:56:51 +00:00
< / div >
2011-06-20 01:58:12 +00:00
< div data-role = "footer" class = "footer-docs" data-theme = "c" >
2011-06-20 22:50:52 +00:00
< p > © 2011 The jQuery Project< / p >
2011-06-20 01:58:12 +00:00
< / div >
2010-09-15 02:50:29 +00:00
< / div >
2010-09-10 22:23:13 +00:00
< / body >
2010-10-16 02:20:32 +00:00
< / html >