Joomla 3.4 Bootstrap 轮播不自动滑动
Joomla 3.4 Bootstrap carousel doesn't slide automatically
这是我的网页http://www.qkiz.pl/wege2/
我正在使用 this question 中的所有技巧,但没有任何效果。 Google Chrome devtools 控制台显示错误:
Uncaught TypeError: undefined is not a function
在http://www.qkiz.pl/wege2/templates/wege2/js/karuzela-timing.js
Joomla 导入 Mootools,因此使用 jQuery 的无冲突模式。
尝试像这样调用轮播:
jQuery(document).ready(function($) {
$('.carousel').carousel({
interval: 5000
});
});
这是我的网页http://www.qkiz.pl/wege2/ 我正在使用 this question 中的所有技巧,但没有任何效果。 Google Chrome devtools 控制台显示错误:
Uncaught TypeError: undefined is not a function
在http://www.qkiz.pl/wege2/templates/wege2/js/karuzela-timing.js
Joomla 导入 Mootools,因此使用 jQuery 的无冲突模式。
尝试像这样调用轮播:
jQuery(document).ready(function($) {
$('.carousel').carousel({
interval: 5000
});
});