adding a delay on the pop-up
-
Hi I have tried to add a delay on the pop-up :
setTimeout(function (){ //delay
if(disableclick){
jQuery(‘#framePopUp’).removeClass(‘closepopup’);
}jQuery(‘#framePopUp’).css({‘opacity’:opacite,’zIndex’:’99999′});
jQuery(‘#framePopUp’).fadeIn(‘slow’);
jQuery(‘#inPopUp’).show();}, 5000);
works fine but when I put in a form submission to a newsletter (CF7) then the pop up window will have a new delay when confirming – something I don’t want – so I need some conditional statement there – but could you give me an idea or maybe a better solution?
- The topic ‘adding a delay on the pop-up’ is closed to new replies.