Mike Jonson

Mike Jonson

  • NA
  • 239
  • 190.7k

Conflict with scroller plugin and slide show plugin

Apr 10 2012 4:15 AM

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);


Answers (2)