Do you know if there exists any Jquery plugin that displays an alert popup message every period of time, or one in a set period of time? For instance: your time expires in x minutes, the timeout being given.
Thank you!
Do you know if there exists any Jquery plugin that displays an alert popup message every period of time, or one in a set period of time? For instance: your time expires in x minutes, the timeout being given.
Thank you!
Why plugin when there is a native window.setInterval javascript function?
Of course you could use a plugin to do sexier notifications rather than a boring alert.
You could try jQuery.Timeout, it should do what you need!