2012年11月3日

dom 节点的添加删除 与修改

摘要: <title>Insert title here</title><style type="text/css"> div{ table:#00ccff 1px solid; width: 200px; padding: 30px; margin: 10px; } #div_1{ background-color: #00ccdd; } #div_2{ background-color: #0cdd0c; } #div_3{ background-colo... 阅读全文

posted @ 2012-11-03 21:22 蝌蚪的精神 阅读(322) 评论(0) 推荐(0) 编辑

Eclipse安装aptana

摘要: Eclipse安装aptana1.下载aptana包http://update.aptana.com/update/studio/3.2/aptana_update_024747.zip(包)2.安装插件包解压该文件,解压后的文件夹中新建eclipse文件夹,然后把解压中features和plugins的文件全部复制到其中(其它文件删除),最终文件结构如下图: -aptana_update_024747 (直接解压后的文件夹名) -----eclipse (你新建的文件夹名) +------features+------plugins将aptana_update_024747复制到eclips 阅读全文

posted @ 2012-11-03 19:48 蝌蚪的精神 阅读(147) 评论(0) 推荐(0) 编辑

dom 获取节点练习

摘要: <script type="text/javascript" charset="utf-8">function getNodeByLevel() {//获取页面中的表格节点var tabNode=document.getElementById("tabid");//获取父节点// var node=tabNode.parentNode;// alert(node.nodeName);//获取子节点// var node=tabNode.childNodes;// alert(node[0].childNodes[0].no 阅读全文

posted @ 2012-11-03 16:00 蝌蚪的精神 阅读(132) 评论(0) 推荐(0) 编辑

指定标签所在div在新窗口打开

摘要: <script type="text/javascript"> function getNoteDemo(){ var username=document.getElementsByName("user"); // alert(username[1].value); var Noteid=document.getElementById("divid"); // alert(Noteid.innerHTML); var nodes... 阅读全文

posted @ 2012-11-03 14:26 蝌蚪的精神 阅读(424) 评论(0) 推荐(0) 编辑

Eclipse 安装插件(aptana、svn 、git、Java EE、JSHint)

摘要: Eclipse 安装插件(aptana、svn 、git、Java EE、JSHint)标签:Eclipse插件1、安装 aptana 插件:* 依次点击:Help -> Install New Software... -> Add* 输入:http://download.aptana.com/studio3/plugin/install* 选择:Aptana Studio 3 Plugin,并进行安装* 重启 eclipse2、安装 svn 插件:* 依次点击:Help-> Install New Software... -> Add* 输入:http://subcl 阅读全文

posted @ 2012-11-03 13:01 蝌蚪的精神 阅读(183) 评论(0) 推荐(0) 编辑

dom document属性练习

摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=GBK"> <title>Untitled Document</title> </head> <body> <script type="text/javascript"> function run(){ var idNode=document.getElementById("divid 阅读全文

posted @ 2012-11-03 12:24 蝌蚪的精神 阅读(115) 评论(0) 推荐(0) 编辑

导航