gpt4 book ai didi

jquery-mobile - 使用面板时 jQuery Mobile 1.3.2 错误

转载 作者:行者123 更新时间:2023-12-05 00:28:34 26 4
gpt4 key购买 nike

我正在尝试使用 jQuery Mobile 1.3.2 实现面板功能。这是我的代码:

    <div data-role="page" id="homePage">
<section data-role="panel" class="row">
PANEL HERE..
</section>

<section data-role="header" class="row">
<div class="large-12 columns">
<h3>
Header..
</h3>
</div>
</section>

<section data-role="content" class="row">
<div class="large-12 columns">
CONTENT..
</div>
</section>

<section data-role="footer" class="row">
<div class="large-12 columns">
FOOTER..
</div>
</section>

<script type="text/javascript">
$(function ()
{

}());
</script>
</div>

当我运行这是浏览器时,出现错误:

$.data(...) 未定义

我已经将它追溯到 jquery.mobile-1.3.2.js 的第 10330 行:
var $theme = $.data( page[0], "mobilePage" ).options.theme,

我错过了什么?

最佳答案

我看到 jQuery mobile panel与 jQuery 2.0 不兼容。

你得到了错误:

TypeError: 'undefined' is not an object (evaluating 'a.data(d[0],"mobilePage").options')



尝试降级到 jQuery 1.9,它可以使用它。

演示: http://jsfiddle.net/IrvinDominin/3wUts/

关于jquery-mobile - 使用面板时 jQuery Mobile 1.3.2 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18803531/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com