Volker Nebelung: Typ des Vorgängerknoten bestimmen

Beitrag lesen

Nein, niemals. TR ist in HTML-Dokumenten niemals Kind von TABLE.

Ok, stimmt. TBODY fehlt.

if (aktuellerKnoten.previousSibling.nodeName == "A")

Tja, das ist eine einfache Lösung, die mir ganz am Anfang natürlich auch schon vorschwebte. Das Problem: Sie ist keine.
Ein probeweises
alert(aktuellerKnoten.previousSibling.nodeName);
gibt mir immer #text aus.

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