Hello, guys!
When i add scroller plugin(http://manos.malihu.gr/jquery-thumbnail-scroller#comment-7463), not work my slide show on page. When i delete this plugin from page, slide show work. ?onflicts!
I added this code how in description, but nothing has changed. How solve this problem? Thanks for advance):
jQuery.noConflict();
(function ($) {
window.onload = function () {
$("#tS2?).thumbnailScroller({
scrollerType: "hoverPrecise",
scrollerOrientation: "horizontal",
scrollSpeed: 2,
scrollEasing: "easeOutCirc",
scrollEasingAmount: 600,
acceleration: 4,
scrollSpeed: 800,
noScrollCenterSpace: 10,
autoScrolling: 0,
autoScrollingSpeed: 2000,
autoScrollingEasing: "easeInOutQuad",
autoScrollingDelay: 500
});
}
})(jQuery);
Mike JonsonPosted Apr 15, 2012, 11:51 AM
Bryian TanPosted Apr 14, 2012, 5:02 PM
It would be difficult to help you debug the issue without any code or working example. Did you see any JavaScript error from your application? How about switching the sequence between the scroller and the slideshow?
Thanks,
Bryian Tan