【发布时间】:2018-07-11 08:24:59
【问题描述】:
我的问题是,当我按下手机上的栏时,它什么也没做。当以相同的分辨率在 PC 上单击时,它可以正常工作。我不知道该怎么做,我还没有在其他地方看到修复。
这是使用它的网站,因此您可以直接看到问题:http://www.briansamu.com
// This the jQuery
$(document).ready(function() {
$(".burger-nav").on("click", function() {
$("header nav ul").toggleClass("open");
// The open class sets the height of the UL to: height: auto;
});
});
谢谢你。
【问题讨论】:
-
适用于我在 mac 和 android 上。您是否有机会使用 iPhone?
标签: javascript jquery css jquery-mobile