jquery移动弹出窗口无法正常工作

时间:2012-05-31 10:14:02

标签: jquery-ui jquery-mobile

  

可能重复:
  jquery mobile popup not working?

我正在尝试使用此代码创建一个简单的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>

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

1 个答案:

答案 0 :(得分:7)

需要使用此jquery移动链接

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

为我工作!!