我想在moovweb项目中包括JQuery移动CSS。
http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css.
项目不是使用Jquery模板创建的。
我知道如何插入外部js文件,例如:
插入(“script”,键入:"text/javascript",src: asset(“javascript/Mobilee.js”));外部CSS是否相同?
谢谢,Ambika
发布于 2013-10-08 13:33:02
明白了!!
insert_top("link", rel: "stylesheet", href:"http://code.jquery.com/mobile/1.3.1/jquery.mobile.structure-1.3.1.min.css")https://stackoverflow.com/questions/19248874
复制相似问题