码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-03-07 23:28:12      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:aptana jquery

  1. 在安装Aptana的时候,如果遇到错误 http://go.appcelerator.com/installer_nodejs_windows.msi

    那么需要根据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

    技术分享

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

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


$(document).ready(function(){

});


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


注意,如果把jquery的代码直接加到html中,有缺少分号的提示,并不支持jquery代码直接在html中显示。


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

标签:aptana jquery

原文地址:http://3154408.blog.51cto.com/3144408/1903968

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!