Search code examples
javascriptjoomlaslideshowjcarouselfreeze

Why my slideshow freezing on IE?


I have a news slideshow that was built in JavaScript for Joomla. It works fine in Firefox, Chrome, and etc. However, after two news segments in Internet Explorer it freezes for a long time. Here is a link to the site: www.urbanclaim.com

How can I stop the delay and get this working correctly and efficiently in Internet Explorer?


Solution

  • Cannot call method 'addClass' of undefined
    

    It worked on IE6 when i removed these lines:

    this.handles.removeClass('active');
    currentHandle.addClass('active');