I understand that this has to be done with jQuery.noConflict()
, but I can't get it to work. Here is my code:
Basically, the function for photos needs to use version 1.3.2, and at the same time, the function for nav needs to use 1.6.2.
As you can see, I have attempted to do this with jQuery.noConflict()
, but to no avail.
Thank you in advance.