Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Admin Lte 主题,并在此主题中的所有 JS 文件下方使用此 JS 文件 进行 AJAX 调用。当我添加这个文件时,它与我的 CSS 冲突。切换不起作用。
adminlite 似乎依赖于 JQuery
如果您将 JQuery 脚本标签放在所有其他标签之上,您应该可以解决切换问题。例如
<!--First load jquery--> <script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!--Then load admin LTE theme --> <script src="path/to/adminlte/"></script>