0
동적으로 추가 된 select
요소를 수신 대기하려면 on
이벤트 리스너를 사용하고 있습니다. 이벤트가 발생하면 특정 select
요소를 가져 오는 방법이 있습니까? this
참조 ul.form
.Jquery가 on 이벤트 리스너를 사용할 때 selector의 값을 얻습니다.
$('ul.form').on('change', $("select[id$='end']"), function() {
var selector = // unsure what goes here.
self.modify(this);
});
아 슈퍼 분명, 난 그냥 절반 잠 것 같아 - 환호. – Darkstarone