use this code at the end of first slider script -- --tested ok
$ = jQuery.noConflict(true);
other options are --
$ = 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