Volker Nebelung: Typ des Vorgängerknoten bestimmen

Beitrag lesen

nein, nur bei Knoten, der ein <td>-, <a>- oder <li>-Element ist. Diese sind natürlich keine Textknoten.

Argh, ich bin dir wieder mal zu Dank verpflichtet.
Ärgerlich, dass mir solche Flüchtigkeitsfehler immer noch passieren ...

Wenn ich mit

if (i == 0) { var j = 0; } else { var j = i-1; }  
knoten.childNodes.item(j).nodeName

darauf zugreife, funktioniert es.

Gruß, Volker

--
„I conclude that there are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies."
- Tony Hoare