jQuery Mobile 中的弹出窗口没有按预期工作,请指教。
弹出的 DIV 仍然可见,人们希望 DIV 被隐藏并且单击链接时它不会弹出。它似乎在 jQuery 文档的演示中工作。
下面的代码有问题吗?
<a href="#transitionExample" data-transition="pop" data-role="button" data-inline="true" data-rel="popup">Pop Up</a>
<div data-role="popup" id="transitionExample">
This is a POP UP.
</div>