2010-10-10 14:41:34 +00:00
<!DOCTYPE html>
< html >
2010-11-02 01:46:29 +00:00
< 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-10 14:41:34 +00:00
< title > jQuery Mobile Docs - Lists< / title >
2011-01-06 00:19:24 +00:00
< link rel = "stylesheet" href = "../../themes/default/" / >
2010-11-11 19:15:42 +00:00
< link rel = "stylesheet" href = "../_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "../../js/jquery.js" > < / script >
< script src = "../../js/" > < / script >
2010-10-10 14:41:34 +00:00
< / head >
< body >
2011-02-03 22:29:48 +00:00
< div data-role = "page" >
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 >
2011-02-03 23:34:35 +00:00
< a href = "../../" data-icon = "home" data-iconpos = "notext" data-direction = "reverse" class = "ui-btn-right jqm-home" > Home< / a >
2010-10-10 14:41:34 +00:00
< / 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 >
2011-03-31 21:34:31 +00:00
2010-10-11 12:11:20 +00:00
< 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 >
2011-02-23 17:42:47 +00:00
< li > < a href = "lists-search.html" > Search filter bar< / a > < / li >
2011-03-15 04:08:01 +00:00
< li > < a href = "lists-search-inset.html" > Inset search filter bar< / a > < / li >
2011-02-23 17:42:47 +00:00
< li > < a href = "lists-search-with-dividers.html" > Search filter bar with dividers< / a > < / li >
2011-03-31 21:34:31 +00:00
< li > < a href = "lists-readonly.html" > Read-only lists< / a > < / li >
< li > < a href = "lists-readonly-inset.html" > Read-only inset lists< / a > < / li >
< li > < a href = "lists-forms.html" > Lists with forms< / a > < / li >
< li > < a href = "lists-forms-inset.html" > Inset lists with forms< / a > < / li >
2010-10-10 14:41:34 +00:00
< li > < a href = "lists-inset.html" > Inset styled lists< / a > < / li >
2010-11-02 22:16:08 +00:00
< li > < a href = "lists-performance.html" > List performance test< / 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 >