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.
我正在使用 JQM,需要关闭任何“打开”的弹出窗口。
有没有办法关闭 JQM 中任何当前“打开”的弹出窗口?
李
我找到了答案。对于其他想要这样做的人,这里是诀窍:
$('.ui-popup').popup('close');