On Nov 18, 5:17 pm, "Bryan Garaventa" <goo...@gutterstar.net> wrote: > What happens when you replace > alert ("element content is: " + $(this).text()); > with > alert(this.nodeName); > ?
Perfect! This gives me the exact information I need :) Thanks for the help! Seb