下拉菜单在移动设备上不起作用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了下拉菜单在移动设备上不起作用相关的知识,希望对你有一定的参考价值。
It works for me
$('.dropdown-toggle').click(function(e) { e.preventDefault(); setTimeout($.proxy(function() { if ('ontouchstart' in document.documentElement) { $(this).siblings('.dropdown-backdrop').off().remove(); } }, this), 0); });
以上是关于下拉菜单在移动设备上不起作用的主要内容,如果未能解决你的问题,请参考以下文章
Twitter Bootstrap (v2.2.1) 下拉链接在移动设备上不起作用