Conflicting Jquery versions when using DataTable script

Conflicting Jquery versions when using DataTable script

masterhamemasterhame Posts: 1Questions: 1Answers: 0

Hi
I used jquery 1.6.2 in my html
when I want to use this filter with jquery 1.12.0, I have problems with conflicting functions of 2 different version of jquery
what should I do?

Answers

  • allanallan Posts: 63,794Questions: 1Answers: 10,514 Site admin

    You should post a link to a test case showing the issue, as per the forum rules :-). Without a test case I can't debug it and thus can't offer any help since I don't know what is wrong with it.

    I would say that you should only use a single version of jQuery per page. Also DataTables requires jQuery 1.7 or newer.

    Allan

This discussion has been closed.