Display the Element ID
Posted
by Gokul
on Stack Overflow
See other posts from Stack Overflow
or by Gokul
Published on 2010-05-25T13:47:31Z
Indexed on
2010/05/25
13:51 UTC
Read the original article
Hit count: 176
jQuery
I am using this statement alert(el.parent().next());
But I am getting [object] [object] as an alert. How do I display the ID of the element?
© Stack Overflow or respective owner