【问题标题】:Why this jquery mobile example doesn't work?为什么这个 jquery 移动示例不起作用? 【发布时间】:2012-07-07 19:54:32 【问题描述】: 谁能告诉为什么jquery mobile popup在这个例子中不起作用? http://jsfiddle.net/6tebj/1/ 我希望此文本仅在单击链接时显示为弹出窗口... 【问题讨论】: 可能重复>>stackoverflow.com/questions/10147371/… 标签: jquery jquery-mobile 【解决方案1】: 弹出窗口计划用于 Jquery mobile 1.2。 您正在加载 jquery mobile 1.1 库。 参考:https://github.com/jquery/jquery-mobile/issues/3218 【讨论】: