You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
안녕하세요.
저희는 공통 펑션으로 모달을 정의해서 쓰고 있는데요.
아래 소스가 지워진 뒤로 모달헤더의 X버튼에 직접 click()이벤트를 줄 수 없습니다.
this.activeModal.on(cfg.clickEventName, "[data-modal-header-btn]", function (e) {
btnOnClick.call(this, e || window.event, opts);
}.bind(this));
$('body').on('click', '.modal-close', function() {
$(this).closest('.ax5modal').find('.fa-times-circle]').get(0).click();
}); // 모달 [bodyframe] 내부 버튼을 누르면 헤더 'fa-times-cirle' 버튼을 클릭
혹은 콘솔창에 직접 강제 클릭
$('.ax5modal').find('.fa-times-circle]').get(0).click();
// 최신버전 실행안됨
// 2017 5월 버전 실행됨
The text was updated successfully, but these errors were encountered:
안녕하세요.
저희는 공통 펑션으로 모달을 정의해서 쓰고 있는데요.
아래 소스가 지워진 뒤로 모달헤더의 X버튼에 직접 click()이벤트를 줄 수 없습니다.
this.activeModal.on(cfg.clickEventName, "[data-modal-header-btn]", function (e) {
btnOnClick.call(this, e || window.event, opts);
}.bind(this));
혹은 콘솔창에 직접 강제 클릭
$('.ax5modal').find('.fa-times-circle]').get(0).click();
// 최신버전 실행안됨
// 2017 5월 버전 실행됨
The text was updated successfully, but these errors were encountered: