嗯......我已经让它工作了(下面的示例代码,很抱歉我无法让它显示在代码块中的混乱字符串)......但我想知道你是如何找到这个页面的?这似乎不是最新的 jQuery Mobile 候选版本的一部分......所以我猜它对你不起作用,因为你的 JS 和 CSS 引用没有指向实际包含相应代码的文件?
<!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JQM popup test</title>
<link rel="stylesheet"
href="http://jquerymobile.com/branches/popup-widget/css/themes/default/jquery.mobile.css"/>
<script src="http://jquerymobile.com/branches/popup-widget/js/jquery.js"></script>
<script src="http://jquerymobile.com/branches/popup-widget/js/"></script>
</head>
<body>
<a href="#popupBasic" data-rel="popup">Tooltip</a>
<div data-role="popup" id="popupBasic">This is a completely basic popup, no options set.</div>
<div>Other</div>
<div>Random</div>
<div>Text</div>
</body>
</html>