Posts: 99
Threads: 30
Joined: May 2011
Oops ...
I'd need to have commentics to point to the latest jQuery library (I use Google API) otherwise it interferes with the jquery file I use for other scripts on my pages ...
How and where do I need to alter the code for that to take place?
Thanks a 9,247,328 times
Posts: 2,895
Threads: 59
Joined: Jun 2010
Hi,
The code that loads jQuery is in comments/includes/template/comments.php, lines 184-186.
It loads jQuery version 1.2.6 from /comments/javascript/jquery.js
1.6.1 appears to be the latest version.
You could try replacing the middle line with this:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
Have
you completed
the interview?
Posts: 99
Threads: 30
Joined: May 2011
(06-Jun-2011, 10:19 AM)Steven Wrote: You could try replacing the middle line with this:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
Thank you, Steven ... no conflict anymore now but I have serious other problems with the ban and the error message ... I replied to this post
http://www.commentics.org/forum/showthre...ght=banned to describe the problem - I use the latest version from May 15