2010-10-10 14:41:34 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Docs - Toolbars< / title >
2010-10-13 16:45:10 +00:00
< link rel = "stylesheet" href = "../../themes/default" / >
2010-10-11 23:44:14 +00:00
< script type = "text/javascript" src = "../../js/all" > < / script >
2010-10-10 14:41:34 +00:00
< / head >
< body >
2010-10-12 22:41:04 +00:00
< div data-role = "page" data-theme = "b" >
2010-10-10 14:41:34 +00:00
2010-10-15 20:15:58 +00:00
< div data-role = "header" data-theme = "b" >
2010-10-10 14:41:34 +00:00
< h1 > Toolbars< / h1 >
< / div > <!-- /header -->
2010-10-12 19:50:28 +00:00
< div data-role = "content" >
2010-10-11 19:51:59 +00:00
2010-10-16 00:07:12 +00:00
< p > Toolbars are used for headers, footers and utility bars throughout a mobile sites and applications, so jQuery Mobile provides a standard set of bars and navigation tools to cover most standard scenarios.< / p >
2010-10-12 19:50:28 +00:00
2010-10-10 14:41:34 +00:00
< ul data-role = "listview" data-inset = "true" >
< li > < a href = "docs-bars.html" > Toolbar basics< / a > < / li >
2010-10-15 18:49:24 +00:00
< li > < a href = "docs-headers.html" > Header bars< / a > < / li >
< li > < a href = "docs-footers.html" > Footer bars< / a > < / li >
< li > < a href = "bars-fixed.html" > Fixed positioning< / a > < / li >
< li > < a href = "bars-fullscreen.html" > Fullscreen positioning< / a > < / li >
2010-10-16 00:05:35 +00:00
< li > < a href = "footer-persist-a.html" > Persistent footer nav bar< / a > < / li >
2010-10-13 22:23:35 +00:00
< li > < a href = "bars-themes.html" > Theming toolbars< / a > < / li >
2010-10-16 02:48:09 +00:00
<!-- <li><a href="api - bars.html">API documentation</a></li> -->
2010-10-12 19:50:28 +00:00
< / ul >
2010-10-10 14:41:34 +00:00
< / div > <!-- /content -->
< / div > <!-- /page -->
< / body >
2010-10-16 02:48:09 +00:00
< / html >