2
Magnificent Popup을 사용하고 있습니다.Magnific Popup 페이지 로딩시 또는 onclick 함수를 호출 할 때 제대로 작동하지 않습니다.
내가 "call_popup"버튼의 onclick 페이지()
function call(){
$.magnificPopup.open({
items: {
src: '<?php echo SITEURL;?>flows/call_popup',
type: 'ajax',closeOnContentClick : false, closeOnBgClick :true, showCloseBtn : false, enableEscapeKey : false,
closeMarkup: '<button class="mfp-close mfp-new-close" type="button" title="Close (Esc)"> { costume button with close icon image } </button>'
}
});
}
팝업이 잘 작동, 호출 오전하지만 closeOnContentClick, showCloseBtn, enableEscapeKey 및 closeMarkup 가 작동하지 않습니다. 그것의 기본 팝업처럼 동작합니다. 사용자가 bg click을 클릭하면 팝업을 닫을 수 없습니다.
감사
덕분에 그 작업 : –
하나 더 PLZ http://stackoverflow.com/questions/21908580/how-to-open-popup-within-popup-in-magnific -popup-plugin –