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 应用程序


基础教程推荐
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 从 python 访问 JVM 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01