0

可能重复:
jquery 移动弹出窗口不起作用?

我正在尝试使用此代码创建一个简单的 jquery 移动弹出窗口

<a href="#popupBasic" data-rel="popup">popup</a>
    <div data-role="popup" id="popupBasic">
        <p>This is a completely basic popup, no options set.</p>
    </div>

我使用的这些脚本

<script src="../jquery/jquery.mobile-1.1.0/jquery.js" type="text/javascript"></script>
<link href="jquery/jquery.mobile-1.1.0/css/jquery.mobile-1.1.0.css" rel="stylesheet" type="text/css" />
<script src="../jquery/jquery.mobile-1.1.0/jquery.mobile-1.1.0.js" type="text/javascript"></script>

为什么我的弹出窗口不起作用?任何人都可以帮助我吗?

4

1 回答 1

7

需要用这个j查询手机链接

http://code.jquery.com/mobile/latest/jquery.mobile.min.css
http://code.jquery.com/mobile/latest/jquery.mobile.min.js 

为我工作!!

于 2012-06-04T08:36:10.540 回答