Flashes the page title with a custom message.
$.titleAlert("Hello World!", {
requireBlur:true,
stopOnFocus:true,
duration:10000,
interval:500
});
Flash title bar with text "Hello World!", if the window doesn't have focus, for 10 seconds or until window gets focused, with an interval of 500ms
jQuery.titleAlert(message, options)
| message | A string the message that should be flashed in the browser title. | |||||||||||||||||||||
| options |
JavaScript object containing options
|
MIT License