in jquery, how to select current element's first child?

Posted by lovespring on Stack Overflow See other posts from Stack Overflow or by lovespring
Published on 2010-05-30T06:32:52Z Indexed on 2010/05/30 6:42 UTC
Read the original article Hit count: 181

Filed under:

$(this) //this refer to the elem
how to get the first child of 'this'?

© Stack Overflow or respective owner

Related posts about jQuery