gpt4 book ai didi

javascript - 类型错误 : invalid 'in' operand a

转载 作者:太空宇宙 更新时间:2023-11-04 03:03:27 28 4
gpt4 key购买 nike

我无法让 DataTables 工作。显示页面后,Firefox 开发工具显示此错误:TypeError: invalid 'in' operand a.

有人知道这个问题的解决方案吗?这是我的代码:

<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/jquery.dataTables.min.css" rel="stylesheet">
<!-- <link href="css/dataTables.bootstrap.css" rel="stylesheet"> -->

</head>
<body>
<div class="container">
<div class="table-responsive">
<table id="table_id" class="display">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1 Data 1</td>
<td>Row 1 Data 2</td>
</tr>
<tr>
<td>Row 2 Data 1</td>
<td>Row 2 Data 2</td>
</tr>
</tbody>
</table>
</div>
</div>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.bootstrap.min.js"></script>
<script>
$(document).ready( function () {
$('#table_id').DataTable();
} );
</script>
</body>
</html>

最佳答案

就像 Sirko 提到的那样,更新到数据表 1.10.9 & 这解决了问题。

关于javascript - 类型错误 : invalid 'in' operand a,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30912605/

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