MisterBigglesworth
Expert Member
JQuery is great, dont get me wrong...but it's also a pain in the ass! Lots of awesome scripts and goodies with JQuery...but I have run into an issue where Im using 2 JQuery scripts. One uses JQuery 1.3, the other JQuery 1.8
What sucks is you would assume just having reference to JQuery 1.8 is enough for both (as the script needing 1.3 should run just fine with a later version - so I left the reference to it out the code). Nope...not the case, getting Javascript errors. So then I add both in so there is reference to both JS files...nope, dont work...they clashing.
So now I have to go debug...so frustrating.
Just had to vent a bit...
What sucks is you would assume just having reference to JQuery 1.8 is enough for both (as the script needing 1.3 should run just fine with a later version - so I left the reference to it out the code). Nope...not the case, getting Javascript errors. So then I add both in so there is reference to both JS files...nope, dont work...they clashing.
So now I have to go debug...so frustrating.
Just had to vent a bit...