微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

javascript – 无法在jQuery Mobile中使用弹出窗口

我确信我只是遗漏了一些基本的东西,但任何人都可以看到以下代码有什么问题吗?当我单击第一个按钮时,它不会打开弹出窗口.第二个按钮将弹出窗口作为对话框打开.

最佳答案
确实,这是你遗失的一件小事! =)

jQuery 1.3 Mobile Pop-up Docs

…then create a link with the href set to the id of the popup div,and add the attribute data-rel=”popup” to tell the framework to open the popup when the link is tapped. This is a similar markup pattern to the dialog widget. A popup div has to be nested inside the same page as the link.

移动< div id =“menu-items”>< / div>在< div id =“home”data-role =“page”>< div>内节点,那应该是它!

包括jsFiddle工作.自jQuery Mobile 1.4.0起,Dialogs已弃用,将在1.5.0中删除.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐