2010-05-30 12 views

답변

1
$(this).children().eq(0) 

또는

$(this).children(':first') 

또는

$(this).children(':eq(0)') 

하거나하지 않고

jQuery를 :

this.firstChild 
관련 문제