e.g. if i have this:
<div id='mydiv'>whatever</div>
then let say in jQuery, how can I find out that the dom element with id "mydiv" is a DIV or is some other element type.
e.g.
$('#mydiv').???? ?
|
|
|
|||||
|
|
|
Try
You can also get the tag this way:
|
|||
|
|
|
|||
|
|
|
CORRECTION |
|||||||
|