![]() |
Javascript/JQuery conflict?
I'm trying to add a 'back to top button' and it looks like the javascript/jquery is conflicting with my image slider.
when i add the script towards the end of the body tag, either the image slider or the back to top will not work correctly. if i place the back to top script before the slider script, the back to top plugin does not appear at all. if i place the back to top script after the image slider script, the back to top appears and works fine but the image slider does not load the images. this is the script i added Code:
<!-- Back To Top jquery --> url: http://thoroprod.com |
I assume this:
Code:
$().UItoTop({ easingType: 'easeOutQuart' });Code:
$('#someelement').UItoTop({ easingType: 'easeOutQuart' }); |
Quote:
it didnt make any difference. thanks though. |
Quote:
thoroprod, please read my thoughtfully written post about this issue. You’re probably the ten millionth person to ask about this. |
Quote:
|
| All times are GMT +1. The time now is 08:36 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.