PaulM schrieb:
I would like to create a popup that would come out after visiting my
site for the first time.
How can I do this with jquery?
Creating a popup doesn't require jQuery, all you need is window.open: http://w3schools.com/htmldom/met_win_open.asp

You don't even need to wait for the ready event to run that code.

To save the state you could use cookies, eg. with the cookie plugin: http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/

Jörn

Reply via email to