2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Docs - Pages< / title >
2010-10-11 23:44:14 +00:00
< link rel = "stylesheet" media = "only all" href = "../../css/all" / >
< script type = "text/javascript" src = "../../js/all" > < / script >
2010-10-11 21:35:29 +00:00
< / head >
< body >
< div data-role = "page" >
< div data-role = "header" >
< h1 > Pages< / h1 >
< / div > <!-- /header -->
< div data-role = "content" class = "ui-body" >
< p > jQuery Mobile includes automatic AJAX page loading of external pages with back button history support, set of animated page transitions and simple tools for displaying pages as dialogs.< / p >
< / div > <!-- /ui - body wrapper -->
2010-10-12 17:25:29 +00:00
< ul data-role = "listview" data-inset = "true" data-dividertheme = "b" >
2010-10-11 21:35:29 +00:00
< li data-role = "list-divider" > Documentation< / li >
< li > < a href = "docs-pages.html" > Anatomy of a page< / a > < / li >
< li > < a href = "docs-links.html" > Links & transitions< / a > < / li >
< li > < a href = "docs-dialogs.html" > Dialogs< / a > < / li >
2010-10-11 22:38:34 +00:00
< li > < a href = "docs-navmodel.html" > Ajax, hashes & history< / a > < / li >
2010-10-11 21:49:12 +00:00
< li > < a href = "api-pages.html" > API documentation< / a > < / li >
< li > < a href = "pages-themes.html" > Theming pages< / a > < / li >
2010-10-11 21:35:29 +00:00
< / ul >
< ul data-role = "listview" data-inset = "true" >
< li data-role = "list-divider" > Button examples< / li >
< li > < a href = "buttons-types.html" > Button markup< / a > < / li >
< li > < a href = "buttons-icons.html" > Button icons< / a > < / li >
< li > < a href = "buttons-inline.html" > Inline buttons< / a > < / li >
< li > < a href = "buttons-grouped.html" > Grouped buttons< / a > < / li >
< / ul >
< / div > <!-- /page -->
< / body >
< / html >