adding jquery.min.js file to phonegap eclipse application(将 jquery.min.js 文件添加到 phonegap eclipse 应用程序)
问题描述
我第一次在 phonegap eclipse 应用程序中使用 jquery.我已经从 internet 下载了 jquery.min.js 文件.现在我想将该文件包含到我的项目文件夹中.所以请帮助我怎么做?
i am using jquery for first time in a phonegap eclipse application.i have downloaded jquery.min.js file from internet.now i want to include that file into my project folder .so please help me how to do it?
推荐答案
如果你使用 eclipse 而不是做一件事,每次为每个新项目包括 jquery 都不是一个聪明的任务,我给你一个链接,你可以通过它将能够在 Eclipse 中安装 phonegap 插件,因此在遵循之后,您将获得如下图所示的符号.单击该符号后,您将能够直接从中创建 phonegap 项目,并且项目将自动包含所有 jquery min创建phonegap环境所需的js,phonegap.js等文件.这是一个图像
if u are using eclipse than do one thing,every time including jquery for every new project is not a smart task,i am giving u one link by which u will be able to install phonegap plugin in eclipse,so after following that u will get such symbol as given in below image.after clicking on that symbol u will be able to create phonegap project directly from that,and project will automatically include all jquery min js,phonegap.js etc files required for creating phonegap environment.here is a image
这是在 Eclipse 中安装 phonegap 插件需要遵循的链接
and here is a link u need to follow for installing phonegap plugin in eclipse
按照给出的所有步骤而不是查看此链接
follow all steps given on than have a look at this link
http://www.mobiledevelopersolutions.com/home/start
http://www.mobiledevelopersolutions.com/home/start/startdetails
祝你好运
阿米尔汗一世.
这篇关于将 jquery.min.js 文件添加到 phonegap eclipse 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将 jquery.min.js 文件添加到 phonegap eclipse 应用程序
基础教程推荐
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 降序排序:Java Map 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01