Created
May 24, 2017 09:10
-
-
Save philchanet/1044b8152b60351e9c309e197b62f94c to your computer and use it in GitHub Desktop.
Add links to bootstrap-select options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select class="selectpicker" onchange="location = this.options[this.selectedIndex].value;" data-width="auto" data-title="Manage entries" data-style="btn-sm btn-info"> | |
<option value="link-1.html">CSI5*</option> | |
<option value="link-2.html">CSI3*</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment