I've an old Jquery(1.2.6) with my old Drupal installation.
I've added latest JQuery version(3.3.1) using nonconflict technique.
I want jquery.qtip.min.js to use this latest version of Jquery.
I've tried to understand jquery.qtip.js code but unable to figure out the place it is getting initialized with JQuery.
What is the way to do it?
The order in which libraries are getting included:
- JQuery 1.2.6
- JQuery 3.3.1
- QTip2
I followed this : https://github.com/qTip2/qTip2/issues/695 and seems to be working