blinkTitle.js
Is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of HTML Titlebar for Titlebar Alert or Titlebar Notification http://flouthoc.github.io/blinkTitle.js/
#Usage Getting Started
<script type="text/javascript" src="https://raw.githubusercontent.com/flouthoc/blinkTitle.js/master/index.js"></script>#Usage
####Regular Blink
blinkTitle('message1','message2',delayTime,false);####Regular Blink with Timeout (milliseconds) (stops after 'timeout')
blinkTitle('message1','message2',delayTime,false,timeout); ####If You Want Notify When User is On Other Tab
blinkTitle('message1','message2',delayTime,true); ####If You Want Notify When User is On Other Tab with Timeout (milliseconds) (stops after 'timeout')
blinkTitle('message1','message2',delayTime,true);####Stop
blinkTitleStop();#Examples http://flouthoc.github.io/blinkTitle.js/
#Not Yet Implemented
Timeout Implementationimplemented by @michaeldjeffrey- Simplify Arguments By Converting them To JSON
- Minifying Script
