Internet Explorer 7 + 8 jQuery error using infinCarousel

Hai image! I have problems with some jQuery that I use, it worked before, but since then I have made many changes and tried to track what the problem is, but I have not been successful - hence my presence here, Anyway, I get some JS errors in both IE7 and IE8 using the jQuery infinCarousel plugin trap, I literally pull my hair out because when you delete any link to it, everything works beautifully.

Here is a link to the page.

If someone can shed light on this issue, you would become a lifesaver!

+3
source share
2 answers

The problem is that the jQuery plugin endless carousel is poorly written, and the minifraction process requires well-formed JavaScript. If you take his code and run it through JSLint , you will see that he needs dozens of fixes before he is probably minimized. This is what the plugin author needs to fix.

0
source

Although this does not cause any errors, it seems that the plugin is losing tracking elements. A possible solution would be to connect the start and end events and stop all button events until they complete the animation.

Use this plugin instead: http://sorgalla.com/jcarousel/

0
source

Source: https://habr.com/ru/post/1771663/


All Articles