我正在尝试使用此代码创建一个简单的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>
为什么我的弹出窗口不起作用?任何人都可以帮助我吗?
答案 0 :(得分:7)
需要使用此jquery移动链接
http://code.jquery.com/mobile/latest/jquery.mobile.min.css
http://code.jquery.com/mobile/latest/jquery.mobile.min.js
为我工作!!