Tuesday, 16 December 2014

Jquery 2 sliders conflicting each other

use this code at the end of first slider script -- --tested ok

$ = jQuery.noConflict(true);





other options are --

 
Try wrapping your code like this:

(function($){

    $(document).ready(function(){
         //document ready code here
    });

})(jQuery);

No comments:

Post a Comment