RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
安装Aptana以及安装jquey支持的过程
  1. 在安装Aptana的时候,如果遇到错误 http://go.appcelerator.com/installer_nodejs_windows.msi

    椒江网站制作公司哪家好,找创新互联公司!从网页设计、网站建设、微信开发、APP开发、响应式网站设计等网站项目制作,到程序开发,运营维护。创新互联公司2013年至今到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联公司

    那么需要根据link下载node-v0.10.13-x86.msi这个node.js的环境,先安装node.js

  2. 如果遇到错误http://go.appcelerator.com/installer_git_windows.exe 那么需要根据这个连接下载Git-2.12.0-64-bit.exe,先安装git环境

  3. 把node.js和git安装完后,再重新安装aptana.


怎样安装jquery代码支持


  1. Commands > Bundle Development > Install Bundle > jQuery

    安装Aptana以及安装jquey 支持的过程

  2. Right click on a project, select Properties > Project Build Pathand select the checkbox for jQuery 1.6.2.

  3. 测试是否成功。File -> New, 新建sample.js 文件,加入代码

$(document).ready(function(){

});

4. 在花括号中加入 $("p").ad ,这时会发现jquery 的函数弹出来了。


网页名称:安装Aptana以及安装jquey支持的过程
文章源于:http://sczitong.cn/article/iigssp.html