mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
edit
This commit is contained in:
parent
e5c8a100e1
commit
2e11bf5540
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
|||
|
||||
<h2>Form elements</h2>
|
||||
|
||||
<p>This page contains various progressive-enhancement driven form controls. Native elements are sometimes hidden from view, but their values are maintained so the form can be submitted normally. In browsers that don't support the custom controls, they will still have a usable experience because all are based on native form elements.</p>
|
||||
<p>This page contains various progressive-enhancement driven form controls. Native elements are sometimes hidden from view, but their values are maintained so the form can be submitted normally. </p>
|
||||
|
||||
<p>Browsers that don't support the custom controls will still deliver a usable experience, because all are based on native form elements.</p>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
<label for="name">Text Input:</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue