带选择的Bootstrap下拉菜单在移动设备上不起作用

时间:2017-01-02 23:55:11

标签: jquery ios twitter-bootstrap mobile

我们找到了一位律师并在我们的顶级标题中找到了一家律师事务所,该律师事务所在桌面上工作但不适用于像iphone这样的移动设备。当您尝试在下拉列表中选择选择时,它就会消失。如果有帮助,我们正在使用bootstrap。

enter image description here

以下是网站http://www.lexmundi.com

的链接

这是我试过使用event.stopPropagation()的小提琴;但是在手机上不起作用,当你尝试点击选择时就会消失。

http://jsfiddle.net/80oLdtbf/86/

    $('ul.dropdown-menu').on('click', function(event){   
    event.stopPropagation();
});

有人可以帮忙吗?请:)

0 个答案:

没有答案