问题石

Results 3 comments of 问题石

J.launch({ remotePage : { '#section_id : '你的远程路径地址' } })

Jingle有自动加载模的功能,涉及到ajax的跨域问题,file:///协议不支持跨域(phonegap支持)。 解决方法: 1. 使用web容器,nodejs/apache等等都可以 2. 将所有的模板文件(demo/html/..html),都放在index.html下的#section_container里面