Page 1 of 1
top stats and drag to share
Posted: 11 Dec 2011, 17:46
by themission
Hello, ive noticed that if i want the top stats to scroll i have to have the jquery-1.7.min.js which stops the drag to share from working, if i leave the jquery-1.5.2.min.js in and remove the 1.7 top stats wont scroll ? you cant have both so somthing aint right any ideas - it all works here so obviously ive screwed up some where any i deas?
top stats and drag to share
Posted: 11 Dec 2011, 17:48
by FTH
i think you must have the last version of jQuery (that's the better soluce for me)
top stats and drag to share
Posted: 11 Dec 2011, 17:49
by Vox Populi
My first guess without looking at your code is, double check to see if you have a jquery loading twice. Most of the time this is the case.
top stats and drag to share
Posted: 11 Dec 2011, 17:51
by Stoker
Try putting the 1.5.2 up where the 1.7 is.
Maybe that will work. But I agree with Franck, the stuff should work with newest jquery.
top stats and drag to share
Posted: 11 Dec 2011, 18:03
by themission
ok thanks, will have another look then.
top stats and drag to share
Posted: 11 Dec 2011, 18:10
by martin123456
Every thing is running fine on my test board using just
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
top stats and drag to share
Posted: 11 Dec 2011, 18:52
by themission
Got it sorted, all working moved the jquery-1.7.min.js to under the forum_fn.js .. thanks very much