Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在手风琴内有一个下拉菜单(在它的外部)。我希望能够在任何下拉菜单上进行选择,而无需将手风琴更改为该下拉菜单所在的面板。
完整文件下载 - 保管箱
我创建了一个jsfiddle。
我已将您的元素更改id为class您的<select>元素并将其放入:
id
class
<select>
$('.selectOne').click(function(){ return false; });
希望能帮助到你。