不要加载插件DataTables

时间:2015-05-19 15:54:56

标签: jquery datatables jquery-datatables

我需要订购表的列,然后使用DataTables插件:

https://datatables.net/plug-ins/sorting/

我遵循本教程但我认为在我的代码中它没有加载的插件。 这是我的代码:

<head>
    <script type="text/javascript" src="jquery.dataTables.js"></script>
    <script type="text/javascript" src="dataTables.numericComma.js"></script>
</head>

<table id="tab">...
</table>

<script...>
    alert("STAR");
    var oTable = $('#tab').dataTable();
    alet("END");
</script>

问题在于程序打印&#34; START&#34;但它没有打印&#34;结束&#34;所以我认为这是插件加载的问题。有人可以帮帮我吗?

1 个答案:

答案 0 :(得分:0)

确保在相同的文件夹级别分配HTML代码和数据表文件