|
From: Antoine Q. <an...@gr...> - 2001-09-18 17:58:14
|
Dude,
node_list.item(i).hasOwnProperty('style') works great! Where did you
find info about this?
Also, this example:
var props = '';
for (p in element) {
props += p + ': ' + element[p] + "\n";
}
alert(props);
Looks great but I don't understand what it does, where is p coming from?
antoine
|