본문 바로가기

[ programing ]/JavaScript + JQuery

jQuery 속성 접근 방법

var apan =$('#wrapper').children('.txt');

 var apan =$('#wrapper').find('txt');