Hallo,
HTMLElement.prototype.contains = function (elm) {
for (var p in this) {
if (this[p] === elm)
return true;
}return false;
}
??? Was soll dieser Code tun? Sieht für mich sehr sinnfrei aus.
Ist hier vielleicht sowas gesucht:
</archiv/2008/7/t173611/#m1140229>
<http://www.quirksmode.org/blog/archives/2006/01/contains_for_mo.html>
Mathias
--
[SELFHTML aktuell Weblog](http://aktuell.de.selfhtml.org/weblog/)