mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 23:54:43 +00:00
Merge pull request #3209 from agcolom/patch-43
Update docs/forms/selects/index.html
This commit is contained in:
commit
f7c7e90134
1 changed files with 2 additions and 1 deletions
|
|
@ -406,7 +406,8 @@ $('select').selectmenu();
|
|||
<h2>Custom select menus</h2>
|
||||
<p>For the sake of advanced styling, the framework also offers a method of generating <a href="custom.html">custom menus</a> from existing select menu markup instead of the native OS menu. The custom menu supports disabled options and multiple selection (whereas native mobile OS support for both is inconsistent), adds an elegant way to handle placeholder values, and restores missing functionality on certain platforms such as <code>optgroup</code> support on Android.
|
||||
|
||||
<a href="custom.html" data-role="button">Custom select menu docs</a>
|
||||
<div align="right"><a href="custom.html" data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true" align="right">Custom select menu docs</a>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
</div><!--/content-primary -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue