임베디드 | 라즈베리파이 | ARM | 리눅스 | Qt | 딥러닝

클릭시 id 값 얻기 +1


 


 

-jquery-

$(document).ready(function() {    

$(".webcreate").live("click",function(){

var bbsreplll = $(this).attr('id'); 

alert(bbsreplll);

});


}); 


클릭시 alert 로 해당 ID값 출력


id 값 선택  $(this).attr('id'); 

name 값 선택  $(this).attr('name');