• Hi I have been testing NivoSlider / Header-Image-Slider. Many have issues with events and options.

    Actually it is easy, you simply load your script in the footer. Than you are sure that NivoSlider is loaded.

    If you make a script you can do like this:

    jQuery(function(){
    	jQuery('div.headerSlider').nivoSlider({
    		afterChange: function(){
    	          console.log('hi****');
    		}
    
    	});
    });

    Good luck ; )

  • The topic ‘NivoSlider adding your own events or options’ is closed to new replies.