问题描述
我第一次在 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 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!