【问题标题】:jquery mobile popup not working [duplicate]jquery移动弹出窗口不起作用[重复]
【发布时间】:2012-06-09 20:24:33
【问题描述】:

可能重复:
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>

为什么我的弹出窗口不起作用?谁能帮帮我?

【问题讨论】:

    标签: jquery-ui jquery-mobile


    【解决方案1】:

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

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

    为我工作!!

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-06-03
      • 1970-01-01
      • 2013-07-03
      • 2011-03-05
      • 1970-01-01
      相关资源
      最近更新 更多