using closest().find().text()
Posted
by erkan
on Stack Overflow
See other posts from Stack Overflow
or by erkan
Published on 2010-03-29T12:40:25Z
Indexed on
2010/03/29
12:43 UTC
Read the original article
Hit count: 314
jQuery
|JavaScript
Hi guys i previously asked a question and got a good solution. here is the question:
when im using the solution which i got :
paragrafheading.push($(this).closest('> h3').find('> h3').text());
im getting only [object Object] instead of the element text
© Stack Overflow or respective owner