Are jquery datatables compatible with jQuery v1.10.2
Are jquery datatables compatible with jQuery v1.10.2
I have used datatables in my project. It was all working fine till i was using jQuery v1.4.2, but then to follow firmwide GUI standard i had to use jQuery1.10.2. Due to this data tables has stoped working in my project with following error:
Object doesn't support property or method 'dataTable'
I suppose this is because data tables are not supported with jquery1.10.2.
Is there a hoke/workaround i can put to make it working with version 1.10.2?
Object doesn't support property or method 'dataTable'
I suppose this is because data tables are not supported with jquery1.10.2.
Is there a hoke/workaround i can put to make it working with version 1.10.2?
This discussion has been closed.
Replies
Please link to a test case showing the issue, as noted in the forum rules. It sounds like you might be loading DataTables before jQuery, or loading jQuery twice.
Allan
Thanks a ton!!!