version compatibility
version compatibility
purplepieman
Posts: 3Questions: 0Answers: 0
Just curious if there is any guidance on compatibility or conflicts between different versions of jQuery and dataTables.
For example, when using dataTables 1.5.4, if I upgrade the jQuery lib to version 1.4.2, my ajax table breaks. This is true in the ajax examples included with dataTables as well. I saw another forum post about checking the JSON for correctness. I'm just wondering why the examples break.
So for now I am using the version of jQuery that was included with dataTables 1.5.4, but my new UI 1.8 buttons will not work. They work with jQuery 1.4.2, but then the dataTable breaks. You see my dilema?
Should I just upgrade dataTables to 1.6.x, or will this not help? Besides, I'm kind of worried that other code will malfunction.
thanks for any suggestions.
For example, when using dataTables 1.5.4, if I upgrade the jQuery lib to version 1.4.2, my ajax table breaks. This is true in the ajax examples included with dataTables as well. I saw another forum post about checking the JSON for correctness. I'm just wondering why the examples break.
So for now I am using the version of jQuery that was included with dataTables 1.5.4, but my new UI 1.8 buttons will not work. They work with jQuery 1.4.2, but then the dataTable breaks. You see my dilema?
Should I just upgrade dataTables to 1.6.x, or will this not help? Besides, I'm kind of worried that other code will malfunction.
thanks for any suggestions.
This discussion has been closed.
Replies
for example:
dataTables 1.5.4
jQuery 1.4.2
jQuery UI 1.8
(i don't think this combination is optimal)
DataTables will work with both jQuery 1.3 and 1.4. jQuery UI is just another module, so it shouldn't have any effect on DataTables (as long as they all have the required versions / features!).
Regards,
Allan
I will validate my JSON. Thanks for the quick reply.
Excellent module, btw.