≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Uncaught TypeError: Cannot call method 'datatable' of null
Uncaught TypeError: Cannot call method 'datatable' of null
tw1
Posts: 2
Questions: 0
Answers: 0
March 2013
edited March 2013
in
General
Hello
table-id: technische_daten
Do you have any idea why it isn't working properly?
Best wishes
T
Replies
allan
Posts: 65,841
Questions: 1
Answers: 10,953
Site admin
March 2013
`$` is not jQuery on your site:
[code]
function (e, l) {return document.id(e,l,this.document);
}
[/code]
Use `jQuery` or don't overwrite the $ variable.
Allan
tw1
Posts: 2
Questions: 0
Answers: 0
March 2013
What do you mean exactly? JQuery works already with other plugins.
This discussion has been closed.
Replies
[code]
function (e, l) {return document.id(e,l,this.document);
}
[/code]
Use `jQuery` or don't overwrite the $ variable.
Allan