我正在使用jquery,backbonejs,underscorejs和bootstrap 3为我的项目(https://izify.com/)。这是我的源代码https://github.com/datomnurdin/izify-template。我不能打开toogle导航时,点击按钮。
这是toogle导航的屏幕截图。
我的offcanvas.js
$(document).ready(function() {
$('[data-toggle=offcanvas]').click(function() {
$('.row-offcanvas').toggleClass('active');
});
});
与 Backbone 网集成时有什么问题吗?
我从这里开始使用模板http://getbootstrap.com/examples/offcanvas/
演示站点:http://staging.revivalx.com/izify-template/
2条答案
按热度按时间w6lpcovy1#
这样怎么样?
sc4hvdpw2#
我删除offcanvas.js
然后把这行代码
到HomeView.js中
而且效果很好。