Are jquery datatables compatible with jQuery v1.10.2

Are jquery datatables compatible with jQuery v1.10.2

vgoyal0vgoyal0 Posts: 2Questions: 0Answers: 0
edited October 2013 in General
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?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Yes it is :-).

    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
  • vgoyal0vgoyal0 Posts: 2Questions: 0Answers: 0
    Yup! I was loading DataTables before jQuery. This resolved my issue.

    Thanks a ton!!!
This discussion has been closed.