gpt4 book ai didi

javascript - Jquery Mobile 的表格没有响应?

转载 作者:太空宇宙 更新时间:2023-11-03 20:19:13 26 4
gpt4 key购买 nike

我正在使用来自 jquery 移动网站的简单表格。这是我的页面 html,

    <div data-role="page" id="mainPage">
<div data-role="content">

<table data-role="table" id="my-table" data-mode="reflow">
<thead>
<tr>
<th>Rank</th>
<th>Movie Title</th>
<th>Year</th>
<th>
<abbr title="Rotten Tomato Rating">Rating</abbr></th>
<th>Reviews</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</th>
<td><a href="foo.com" data-rel="external">Citizen Kane</a></td>
<td>1941</td>
<td>100%</td>
<td>74</td>
</tr>
</tbody>
</table>
</div>
</div>

但是我的页面看起来很丑。似乎这里没有应用 jquery。这是屏幕截图, enter image description here

最佳答案

从这里开始, http://forum.jquery.com/topic/where-to-get-jquery-mobile-table-js

The table functionality is only in the unreleased version 1.3.

If you want to test 1.3, you can check it out from GitHub and build it, or else just download the .js and .css files from the online test docs.

As this isn't even beta software yet, I wouldn't use it in production.

关于javascript - Jquery Mobile 的表格没有响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14089047/

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