![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: first element before my div
From: [on] <switchable@gmail.com>
Date: Thu Apr 06 2006 - 14:02:15 CEST
sc wrote:
Tried "previousSibling" ?
var somediv = document.getElementById("myDiv2");
Note that it might select a "textNode" if you have whitespaces at odd
|