Uncaught TypeError: Cannot call method 'datatable' of null

Uncaught TypeError: Cannot call method 'datatable' of null

tw1tw1 Posts: 2Questions: 0Answers: 0
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

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    `$` 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
  • tw1tw1 Posts: 2Questions: 0Answers: 0
    What do you mean exactly? JQuery works already with other plugins.
This discussion has been closed.