如果我尝试在资产管道中的任何位置包含从 jQuery Mobile 网站下载的任何文件.js
,.css
我会遇到各种视图渲染问题,从找不到图像到未应用 CSS,再到执行 jQuery js 文件时出现错误。但是,当我使用示例代码时:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css">
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
在我的 Rails 3.2.11 应用程序的标题中,它可以正常工作。
为什么是这样?
我尝试以多种方式融入其中application.js
。application.css