javascript - open popup after 10 second of staying in the webpage -


how can open popup after visitor stay in webpage 10 seconds? want use popup - http://dinbror.dk/bpopup/ , want open after stay 10 second in webpage.

try this

    settimeout(function(){     $('element_to_pop_up').bpopup({         modalclose: false,         opacity: 0.6,         positionstyle: 'fixed' //'fixed' or 'absolute'     });     },10000); 

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -