jQuery
이것도 공부해야해
- [남군]빛고을총각
- 0
- 47
- 0
- 0
- 2020-12-18 18:38:51
- 관련링크
- 제목 : jquery 동적 태그 생성후 이벤트 핸들러 적용
$(document).on('click','.removeCart', function () {
$(this).addClass('btn_choice2').removeClass('btn_clear2');
$(this).addClass('inputCart').removeClass('removeCart');
var product= eval($(this).data('info'));
$('#wishList_'+product.ProductCode).remove();
$(this).html('담기<span class="icon"></span>');
calcAll();
});
- 첨부파일
- 댓글