javascript TR cells[ ]
| cells[ ] | NN 6 IE 4 DOM 1 |
| Read-only | |
|
Returns a collection of td or th elements nested inside the table row. Items in the collection are in source code order. |
|
| Example | |
var allRowCells = document.getElementById("myTR").cells;
|
|
| Value | |
Reference to a cells collection object. |
|
| Default | |
Array of zero length. |
|
Previous: javascript TR ch
2144,Nickname,Homepage or email,Comments here,Add comment
