Uncaught TypeError: $(...).DataTable is not a function
Uncaught TypeError: $(...).DataTable is not a function
i have problem with DataTables with jquery-1.8.2.min.js
so i need solution with this problem. Thanks
Uncaught TypeError: $(...).DataTable is not a function
at HTMLDocument.eval (eval at <anonymous> (jquery-1.8.2.min.js:2), <anonymous>:3:14)
at k (jquery-1.8.2.min.js:2)
at Object.add [as done] (jquery-1.8.2.min.js:2)
at init.ready (jquery-1.8.2.min.js:2)
at eval (eval at <anonymous> (jquery-1.8.2.min.js:2), <anonymous>:2:14)
at eval (<anonymous>)
at jquery-1.8.2.min.js:2
at Function.globalEval (jquery-1.8.2.min.js:2)
at HTMLScriptElement.<anonymous> (jquery-1.8.2.min.js:2)
at Function.each (jquery-1.8.2.min.js:2)
This question has an accepted answers - jump to answer
Answers
finally i find this solution
Thanks
It was probably a case of DataTables not being loaded, or jQuery being loaded multiple times. Either would cause that error.
Allan