2010-10-12 22:15:52 +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-12 22:15:52 +00:00
< title > jQuery Mobile Docs - Forms< / 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 >
< script src = "../docs/docs.js" > < / script >
2010-10-12 22:15:52 +00:00
< / head >
< body >
2011-02-03 22:29:48 +00:00
< div data-role = "page" >
2010-10-12 22:15:52 +00:00
2010-10-15 00:43:16 +00:00
< div data-role = "header" data-theme = "b" >
2010-10-12 22:15:52 +00:00
< h1 > Form elements< / 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-12 22:15:52 +00:00
< / div > <!-- /header -->
< div data-role = "content" >
2010-10-14 19:11:34 +00:00
< p > All form elements begin with standard html controls that are enhanced to make them more attractive and easy-to-use. In browsers that don't support the custom controls, they will still have a usable experience because these are all based on native form elements.< / p >
2010-10-12 22:15:52 +00:00
< ul data-role = "listview" data-inset = "true" >
< li > < a href = "docs-forms.html" > Form basics< / a > < / li >
2010-10-15 00:28:22 +00:00
< li > < a href = "forms-all.html" > Form element gallery< / a > < / li >
2010-10-14 21:27:08 +00:00
< li > < a href = "forms-text.html" > Text inputs< / a > < / li >
< li > < a href = "forms-search.html" > Search inputs< / a > < / li >
< li > < a href = "forms-slider.html" > Slider< / a > < / li >
< li > < a href = "forms-switch.html" > Flip toggle switch< / a > < / li >
< li > < a href = "forms-radiobuttons.html" > Radio buttons< / a > < / li >
< li > < a href = "forms-checkboxes.html" > Checkboxes< / a > < / li >
2010-10-15 00:28:22 +00:00
< li > < a href = "forms-selects.html" > Select menus< / a > < / li >
2010-10-12 22:15:52 +00:00
< li > < a href = "forms-themes.html" > Theming forms< / a > < / li >
2011-03-09 20:35:45 +00:00
< li > < a href = "forms-all-native.html" > Native form elements< / a > < / li >
2010-11-02 03:56:42 +00:00
< li > < a href = "forms-sample.html" > Submitting forms< / a > < / li >
2010-11-11 23:47:21 +00:00
< li > < a href = "plugin-eventsmethods.html" > Plugin methods< / a > < / li >
2010-10-12 22:15:52 +00:00
< / ul >
2011-01-27 01:48:25 +00:00
< ul data-role = "listview" data-inset = "true" >
< li data-role = "list-divider" > Experimental Form Plugins< / li >
< li > < a href = "../../experiments/ui-datepicker/" rel = "external" > Datepicker< / a > < / li >
< / ul >
2010-10-12 22:15:52 +00:00
< / div > <!-- /ui - body wrapper -->
< / div > <!-- /page -->
< / body >
2010-10-16 02:48:09 +00:00
< / html >