上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <script> window.onload = function(){ var oTab = document.getElementById(" 阅读全文
posted @ 2016-03-12 11:35 mingjixiaohui 阅读(400) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <script> window.onload = function(){ var oTab = document.getElementById(" 阅读全文
posted @ 2016-03-12 11:19 mingjixiaohui 阅读(301) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <script> //tbody 可能有多个 用tBodies rows行 cells列 // alert(oTab.tBodies[0].row 阅读全文
posted @ 2016-03-12 09:13 mingjixiaohui 阅读(219) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script> window.onload = function(){ var oInp = document.getElementById("inp"); v 阅读全文
posted @ 2016-03-12 08:49 mingjixiaohui 阅读(105) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script> window.onload = function(){ var oUl = document.getElementById("ul1"); va 阅读全文
posted @ 2016-03-12 08:40 mingjixiaohui 阅读(220) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script> window.onload = function(){ var oBtn = document.getElementById("btn1"); 阅读全文
posted @ 2016-03-12 08:35 mingjixiaohui 阅读(190) 评论(0) 推荐(0) 编辑
摘要: function getByClass(oParent,sClass) { var aResult = []; var aEle = oParent.getElementsByTagName("*"); for(var i = 0 ; i < aEle.length;i++) { fi(aEle[i 阅读全文
posted @ 2016-03-11 21:33 mingjixiaohui 阅读(184) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script> window.onload = function(){ var oInp = document.getElementById("inp"); v 阅读全文
posted @ 2016-03-11 21:26 mingjixiaohui 阅读(725) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <script> window.onload = function(){ var oUl = document.getElementById("u 阅读全文
posted @ 2016-03-11 21:20 mingjixiaohui 阅读(451) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #div1{ width: 200px; height: 200px; background: #ccc; mar 阅读全文
posted @ 2016-03-11 21:18 mingjixiaohui 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页