我正在使用 Liferay 6.2 并在我的 html 页面中包含 Alloy UI 的 Bootstrap 版本,即:
<link href="http://cdn.alloyui.com/2.5.0/aui-css/css/bootstrap.min.css" rel="stylesheet" />
<script src="http://cdn.alloyui.com/2.5.0/aui/aui-min.js"></script>
我想在我的 html 中使用 Bootstrap 的响应式导航栏,就像 Bootstrap 网站上的示例一样,但这需要包含 jquery 折叠插件,但我的老板告诉我们我们不能包含 jquery,必须单独使用 YUI。我知道 Alloy UI 包含几个 Bootstrap 等效的 jquery 组件,例如 Modal、TabView、Accordion 等。但我无法让移动响应式导航栏正常工作。有没有一种解决方法可以在不添加 jQuery 和 Bootstrap 作为 YUI 中的模块的情况下使用这个功能?