【发布时间】:2015-09-29 17:13:34
【问题描述】:
我制作了一个 Bootstrap 滑块,它可以在 HTML 中运行。 我将代码复制粘贴到 WordPress 主题下划线处。
除了 Bootstrap 滑块之外,我的主页上的一切都正常工作。 当我检查元素时它就在那里,但它在导航菜单之前......
我的代码在 Js 主文件中
$(document).ready(function(){
$('.carousel').carousel({
interval: 5000 //changes the speed
});
});
【问题讨论】:
标签: javascript jquery css wordpress twitter-bootstrap