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.
我正在编写一个 jQuery 移动应用程序,并编写了一个插件来显示一个弹出窗口。这些在过去一直有效,现在也不应该引起任何问题。问题是,只有一个弹出窗口冻结了我的手机,没有其他的,即使是使用相同插件的。另外让它更令人沮丧的是,它不会在我的平板电脑或电脑上冻结。我的手机是 Android 4.1.2,我的平板电脑是 Android 4.3。
任何帮助表示赞赏,
谢谢
我不确定这是不是同样的问题,但你可以试试这个:
.ui-popup-hidden { left:0; top:0; display:none; }