Poper Blocker를 설치해 주셔서 감사합니다!
이제 팝업 없는 검색을 하고 계십니다
모든 웹사이트에 팝업이 있는 건 아닙니다.
Poper Blocker의 작동을 직접 확인하세요
/*
jQuery(document).ready( function($){
$("#test-popup").find('a').click(function(event){
event.preventDefault();
popupWindow = window.open('https://poperblocker.com/example-popup/','example-popup','height=430,width=640');
});
});
*/
jQuery(document).ready(function($) {
$(window).on('click', function (e) {
var isPopBtn = $(e.target).closest('#test-popup').length;
if (isPopBtn) {
e.preventDefault();
window.open('/example-popup/','example-popup','height=430,width=640');
}
});
});
gtag('event', 'conversion', {'send_to': 'AW-953526048/tnBpCPn3hG8QoM7WxgM'});
Poper Blocker의 모든 기능에 관해 자세히 알아보려면, 저희 홈페이지를 방문하세요.