Compatibility with jQuery-1.7.2
Compatibility with jQuery-1.7.2
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
This discussion has been closed.
Answers
<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....
Can you try the nightly on the downloads page please.
Allan