Compatibility with jQuery-1.7.2

Compatibility with jQuery-1.7.2

destroyerdestroyer Posts: 2Questions: 1Answers: 0

Hey,
i'm currently building a testautomation system with django. now i want to switch to datatables because it is much easier to handle the data.
i'm using jquery-1.7.2 at the moment.
I have implemented the example, just to see if it works. And then theres the first error
"Uncaught NotFoundError: Failed to execute 'appendChild' on 'Node': The new child element is null."

In the manual it says, that datatables is compatible with my version of jquery.
So where is my mistake?

thanks in advance

Answers

  • destroyerdestroyer Posts: 2Questions: 1Answers: 0
    edited July 2014

    <script language="javascript" type="text/javascript" src="{% static "DataTables-1.10.0/media/js/jquery.dataTables.js" %}"></script> <link rel="stylesheet" type="text/css" media="all" href="{% static "DataTables-1.10.0/media/css/jquery.dataTables.css" %}" /> <script language="javascript" type="text/javascript" src="{% static "js/jquery.min.js" %}?v=1.7.2"></script>

    in the html exact same code as in example....

  • allanallan Posts: 61,715Questions: 1Answers: 10,108 Site admin

    Can you try the nightly on the downloads page please.

    Allan

This discussion has been closed.