小编use*_*888的帖子

如何添加Bootstrap选择选项的链接

嗨,我正在尝试添加一个Bootstrap选择选项的链接.我是怎么做到的

这是我的代码

<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>
Run Code Online (Sandbox Code Playgroud)

谢谢

html css jquery href twitter-bootstrap

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

css ×1

href ×1

html ×1

jquery ×1

twitter-bootstrap ×1