Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Demos: Selects: Include a link to the custom selects page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Jun 18, 2013
1 parent ea8af4b commit bd30ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/widgets/selects/index.php
Expand Up @@ -26,7 +26,7 @@

<h1>Select menu <a href="http://api.jquerymobile.com/select/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right" class="jqm-api-link">API</a></h1>

<p class="jqm-intro">The select menu is based on a native select element, which is hidden from view and replaced with a custom-styled select button. Tapping it opens the native menu.
<p class="jqm-intro">The select menu is based on a native select element, which is hidden from view and replaced with a custom-styled select button. Tapping it opens the native menu. There is also a <a href="custom-selects.php">custom select menu</a> widget, which also replaces the native dropdown.
</p>

<h2>Basic select</h2>
Expand Down

0 comments on commit bd30ca9

Please sign in to comment.