Hi I'm trying to add a link to a Bootstrap Select Option. How I do that
This is my code
<select class="visible-phone span3 select-margintop">
<option>Servicios</option>
<option><a href="link . com">Test 1</a></option>
<option><a href="link . com">Test 2</a></option>
<option><a href="link . com">Test 3</a></option>
</select>
Thanks
Should work:
<select onchange="location = this.value;">
<option value="home.html">home</option>
<option value="team.html">team</option>
<option value="contact.html">contact</option>
</select>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With