Page 1 of 1

Jquery conflict (prettyphoto and top stats)

Posted: 23 Apr 2012, 10:35
by jabhi
I have top stats installed. How to fix jquery problem with this mod ? Thanks.

Jquery conflict (prettyphoto and top stats)

Posted: 23 Apr 2012, 11:06
by jabhi
I think I got it,

I replaced

Code: Select all

<script src="{ROOT_PATH}prettyphoto/jquery-1.4.4.min.js" type="text/javascript"></script>
with

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
Thanks...

Jquery conflict (prettyphoto and top stats)

Posted: 23 Apr 2012, 12:58
by Stoker
Yes, that should work.

Jquery conflict (prettyphoto and top stats)

Posted: 23 Apr 2012, 13:06
by jabhi
thank you for confirming...