I am using bootstrap into a WordPress theme and I have a conflict between jQuery in wp-include folder and my theme jQuery
this is my function jQuery that need bootstrap.min.js and jquery.js
jQuery(function($) {'use strict',
//#main-slider
$(function(){
$('#main-slider.carousel').carousel({
interval: 8000
});
});
});
how could I resolve this problem ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…