JQuery和Prototype.js在使用dataTable.js时发生冲突

时间:2015-01-09 12:14:40

标签: jquery datatable prototypejs

我的jQuery和protype.js包含在我的项目中。现在我想在一个表上应用dataTable。我已经包含了dataTable.js并启动了dataTable as-

<script type="text/javascript">
    jQuery('#sortable_mappedTable').DataTable();
</script>

但它给我一个像 -

这样的错误
Uncaught TypeError: Cannot read property 'asSorting' of undefined.    prototype_1_6.js:596

有什么猜测在这里发生了什么?

0 个答案:

没有答案
相关问题