I feel like this should be really easy to do, but I'm stumped. I need a way for Javascript to determine the type of an HTML element. It has the id, but the element itself could be a div, a form field, a fieldset, etc. Can anyone tell me how to do this?
|
|
|
|
|
|
|
I think
|
||
|
|
|
|
What about element.tagName? |
||||||||
|
