sjygive 发表于 2014-8-8 09:16:22

APPframework引入jquery1.7问题

本帖最后由 sjygive 于 2014-8-8 09:20 编辑

按照以前官网的加载顺序加载jquery
<script src="jquery.js"></script><script src="jq.appframework.js"></script><script src="appframework.ui.js"></script>
加载不成功,请大神指点一下我这个小菜鸟,怎样才可以加载成功jquery。
最后今天在官网看到新的加载jquery方法
Use jQuery* and App Framework UI                                        With App Framework 2.1, you can now use jQuery and App Framework UI, instead of using appframework.js.We have created a jQuery* plugin called jq.appframework.js.Now you do not have to worry about conflicts with jQuery* plugins and App Framework.                                       
                                       
                                        Using the plugin                                        To use the plugin, include jQuery* first, then the compiled App Framework files for jQuery* found in the build folder                                       
1
2
<script src="jquery.js"></script>
<script src="af.ui.jquery(.min).js"></script>


可是af.ui.jquery(.min).js这个js文件就怎样都找不到了

admin 发表于 2014-8-8 10:02:07

看看这一讲 【jqmobi2.1补充】jqmobi2.1使用以及 jqmobi皮肤修改http://pan.baidu.com/s/1eZg7c

jquery1.9以上应该没有问题的

sjygive 发表于 2014-8-8 10:50:25

好的,非常感谢指点啊

奋斗 发表于 2015-4-29 14:00:53

很不错,不错,学习学习。跨平台得顶起

天明 发表于 2015-4-29 13:09:09

人不错,学习学习 感觉phonegap+html越来越火了。

冷月弯刀 发表于 2015-4-29 17:55:47

好帖就是要顶 学习学习 html5趋势不可挡啊,虽然还在学习阶段

j528 发表于 2015-4-29 07:34:48

html5 是趋势

j528 发表于 2015-4-30 08:48:07

页: [1]
查看完整版本: APPframework引入jquery1.7问题