I couldn't find a way using jQuery to get the tagName of an element.
Let's say I have this:
<div><span>test</span></div>
$('span').parent().tag() would return 'div'
is that currently possible?
I found the is() function, maybe that could be changed to return the tagname if no argument is passed
Thanks!
Laurent
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
