Description
Plugin for flashing messages in the browser title bar. Useful for notifying users about website events when the browser/tab is out of focus (i.e. chat messages).
Usage example:
$.titleAlert("Hello World!", {
requireBlur:true,
stopOnFocus:true,
duration:10000,
interval:500
});
Will 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