This link has been bookmarked by 34 people . It was first bookmarked on 15 Jul 2006, by Dagang Wei.
-
14 Aug 14
-
09 Jun 10
-
08 Oct 08
-
09 Apr 08
gavino angy"); for(var j = 0; j < 2; j++) { mycurrent_row=document.createElement("tr"); for(var i = 0; i < 2; i++) { mycurrent_cell = document.createElement("td"); currenttext = document.createTextNode("cell is:" + i + j); mycurrent_cell.appendChild(currenttext); m
-
17 Oct 07
-
16 Sep 07
-
17 Aug 07
-
13 Aug 07
-
02 Aug 07
-
20 Jul 07
-
13 Apr 07
-
27 Nov 06
-
18 Nov 06
-
18 Aug 06
-
04 Jul 06
-
22 Jun 06
-
12 May 06
Caspar Van der LindenSorting a table with DOM scripting.
-
This article is an overview of some powerful, fundamental DOM level 1.0 methods and how to use them from JavaScript. You will learn how to create, access and control, and remove HTML elements dynamically. The DOM methods presented here are not specific to HTML; they also apply to XML. The demonstrations provided here will work fine in any browser with full support for DOM level 1, such as the Mozilla browser or others based on it like the next-generation Navigator browser from Netscape. The code samples in this document also work on IE5.
-
-
02 May 06
Javier PimientaTraversing an HTML table with JavaScript and DOM Interfaces
-
23 Feb 06
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.