mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-21 04:41:52 +00:00
Typo correction for "followin" to "following"
This commit is contained in:
parent
61eb97c8c1
commit
83aaaea7de
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<h3>More text input types</h3>
|
||||
<p>In jQuery Mobile, you can use existing and new HTML5 input types such as <code>password</code>, <code>email</code>, <code>tel</code>, <code>number</code>, and more. Some type values are rendered differently across browsers — for example, Chrome displays the <code>range</code> input renders as a slider — so we standardize their appearance by dynamically changing their type to <code>text</code> (currently, this applies to <code>range</code> and <code>search</code>). You can configure which input types are degraded to <code>text</code> with the <code>page</code> plugin's options.</p>
|
||||
|
||||
<p>One major advantage of using these more specific input types if that on mobile devices, specialized keyboards that speed data entry are offered in place of the standard text keyboard. Try the followin inputs on a mobile device to see which display custom keyboards on various platforms.</p>
|
||||
<p>One major advantage of using these more specific input types if that on mobile devices, specialized keyboards that speed data entry are offered in place of the standard text keyboard. Try the following inputs on a mobile device to see which display custom keyboards on various platforms.</p>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
<label for="password">Password:</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue