Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1817

Uncaught TypeError: Object [object Object] has no method 'dataTable'

$
0
0
<link href="~/Scripts/jquery-ui.css" rel="stylesheet" />
<link href="~/Scripts/demo_table_jui.css" rel="stylesheet" />
<link href="~/Scripts/jquery.dataTables.css" rel="stylesheet" />
<link href="~/Scripts/jquery.dataTables_themeroller.css" rel="stylesheet" />
<script src="~/Scripts/jquery-1.7.2.js" type="text/javascript" language="javascript"></script>
<script src="~/Scripts/jquery.dataTables.js"></script>

<script type="text/javascript">
$(document).ready(function () {
$("#datatableDemo").dataTable();
});
</script>
<table id="datatableDemo">
<thead>
<tr>
<td></td>
</tr>
</thead>

</table>

Viewing all articles
Browse latest Browse all 1817

Trending Articles