2010-10-10 14:41:34 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Docs - Lists< / 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 > Lists< / 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-10 14:41:34 +00:00
< p > Lists are used for data display, navigation, result lists, and data entry so jQuery Mobile includes a wide range of list types and formatting examples to cover most common design patterns.< / p >
2010-10-13 21:57:49 +00:00
2010-10-10 14:41:34 +00:00
< ul data-role = "listview" data-inset = "true" >
2010-10-13 21:57:49 +00:00
< li > < a href = "docs-lists.html" > List markup conventions< / a > < / li >
2010-10-11 12:11:20 +00:00
< li > < a href = "lists-ul.html" > Basic linked list< / a > < / li >
2010-10-10 14:41:34 +00:00
< li > < a href = "lists-nested.html" > Nested list< / a > < / li >
< li > < a href = "lists-ol.html" > Numbered list< / a > < / li >
2010-10-11 12:11:20 +00:00
< li > < a href = "lists-readonly.html" > Read-only list< / a > < / li >
< li > < a href = "lists-split.html" > Split button list< / a > < / li >
2010-10-10 14:41:34 +00:00
< li > < a href = "lists-divider.html" > List dividers< / a > < / li >
< li > < a href = "lists-count.html" > Count bubble< / a > < / li >
< li > < a href = "lists-thumbnails.html" > Thumbnails< / a > < / li >
2010-10-12 21:02:48 +00:00
< li > < a href = "lists-icons.html" > Icons< / a > < / li >
2010-10-11 12:11:20 +00:00
< li > < a href = "lists-formatting.html" > Content formatting< / a > < / li >
< li > < a href = "lists-search.html" > Search filter bar< / a > < / li >
2010-10-10 14:41:34 +00:00
< li > < a href = "lists-inset.html" > Inset styled lists< / a > < / li >
2010-10-13 21:57:49 +00:00
< li > < a href = "lists-themes.html" > Theming lists< / a > < / li >
2010-10-16 02:48:09 +00:00
<!-- <li><a href="api - lists.html">API documentation</a></li> -->
2010-10-10 14:41:34 +00:00
< / ul >
< / div > <!-- /content -->
< / div > <!-- /page -->
< / body >
2010-10-16 02:48:09 +00:00
< / html >