17-Aug-2011, 04:28 AM
First off great script! Everything works great except for when I try to like, dislike, or flag a comment. I have an attached javascript file to show and hide elements of the page when a user clicks on a particular tab. When commentics is working correctly my attached file does not. When I comment out lines 186-192 of the comments.php my javascript file works but the like, dislike, and flag buttons do not.
<script type="text/javascript">
// <![C[/code]DATA[
if (typeof jQuery == "undefined") {
document.write("<scr" + "ipt type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js\"></scr" + "ipt>");
}
// ]]>
</script>
I have also tried changing 1.2.6 to 1.6.1 but still end up with the same problem. Below is a link to the javascript file I have linked to my page:
http://gamebreezy.com/game-template/java...nd_show.js
I am pretty new with javascript and php any kind of help would be very much appreciated.
Thanks
<script type="text/javascript">
// <![C[/code]DATA[
if (typeof jQuery == "undefined") {
document.write("<scr" + "ipt type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js\"></scr" + "ipt>");
}
// ]]>
</script>
I have also tried changing 1.2.6 to 1.6.1 but still end up with the same problem. Below is a link to the javascript file I have linked to my page:
http://gamebreezy.com/game-template/java...nd_show.js
I am pretty new with javascript and php any kind of help would be very much appreciated.
Thanks