$("[id$=" + endOfIdToMatch + "]").each(function () {
alert(this.tagName);
});
http://api.jquery.com/get/ e procure por tagName
$( '#id' ).get(0).nodeName;$( '#id' ).get(0).nodeName;
--
Grupo de jQuery Brasil.
REGRAS: http://groups.google.com/group/jquery-br/web/regras-do-grupo
USE O JSBIN.COM / JSFIDDLE.NET PARA CÓDIGOS.
Email: jque...@googlegroups.com
Biba: jquery-br+...@googlegroups.com
Site: http://groups.google.com/group/jquery-br?hl=pt-BR