Properties and methods array JavaScript
Posted
by Anton
on Stack Overflow
See other posts from Stack Overflow
or by Anton
Published on 2010-03-13T11:44:19Z
Indexed on
2010/03/13
11:55 UTC
Read the original article
Hit count: 454
Hello everyone !!!
I am trying to write DOM viewer on JavaScript.
How I can get all properties and methods of some element?
When I used "attributes" array I am able to get only properties that has set before.
Thanks, Anton
© Stack Overflow or respective owner