手机版不能启用jquery啊
如果在手机版引用jquery会与原有js冲突呢
回复#9 @简单 :
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
<script src="jquery.js"></script> <script src="af.ui.jquery(.min).js"></script> |
You can find this plugin in github here and at plugins.jquery.com
登录后方可回帖
好像每个帖子发布后马上显示两个人看过