我正在尝试建立一个虚拟页面来了解Jquerymobile,但无法实现“菜单” [单击页面上的菜单按钮],该链接在以下链接上工作:
http://jquerymobile.com/branches/popup-widget/docs/pages/popup/index.html
我该如何实施?我正在使用Jquerymobile 1.1.0版本。
任何代码示例将不胜感激。
最佳答案
您正在使用尚未发布的Beta版功能,请检查以确保您正在使用
jQuery 1.7.1或更高版本(http://jquerymobile.com/test/js/jquery.js)
jQM 1.2.0(http://jquerymobile.com/test/js/jquery.mobile.js)
jQM 1.2.0 CSS(http://jquerymobile.com/test/css/themes/default/jquery.mobile.css)
现场示例:
http://jsfiddle.net/WSZ5b/1/
文件:
http://jquerymobile.com/test/docs/pages/popup/index.html
有关:
Popups in jQuery Mobile not working as intended, please advice