$(document).ready(function(){
$(document).on("click",".btn_chk",function(){
$(this).siblings('select').val();
});
$("#btn_add").on('click',function(){
$(".add_category").append("<label><?php echo $select1;?> <input type='text' name='wr_1[]' required class='frm_input required' size='2'> 차 <input type='button' class='btn_chk' value='등록여부체크'></label><br/><br/>");
});
$("#btn_mi").on('click',function(){
$(".add_category label:last").remove();
$(".add_category br:last").remove();
$(".add_category br:last").remove();
});
});
'study' 카테고리의 다른 글
윈엠프5.666_full_all.wonju (0) | 2019.06.24 |
---|---|
JQuery Select Box 제어 (0) | 2019.05.24 |
jquery input 추가 제거 하기 (0) | 2017.02.05 |
php 게시판 리스트 (0) | 2017.01.21 |
PHP $_SERVER['PHP_SELF'] 취약점 (0) | 2017.01.21 |