Question

my jquery nivoslider works well on my localhost but stops working immediately I am connected to the internet, please what can I do, I have switched off my bxslider

Was it helpful?

Solution

When trying to use JS for some effects inside magento,

jQuery.noConflict(); also resolved my problem

OTHER TIPS

I finally resolved the problem, I discovered there was a jquery conflict so I did this

  1. var j = jQuery.noConflict(); j(window).load(function() { j('#slider').nivoSlider(); });
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top