Flashes the page title with a custom message.
$.titleAlert("Hello World!", { requireBlur:true, stopOnFocus:true, duration:10000, interval:500, autoResetTitle:false, endStateTitle:"Alerting complete!" });
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. When flashing is complete, set the title bar to "Alerting complete!"
jQuery.titleAlert(message, options)
message | A string the message that should be flashed in the browser title. | |||||||||||||||||||||||||||
options |
JavaScript object containing options
|
MIT License