🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of Html Titlebar for Titlebar Alert or Titlebar Notification

Core Java Script

Documentation

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/

#Preview Preview

#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

  1. Timeout Implementation implemented by @michaeldjeffrey
  2. Simplify Arguments By Converting them To JSON
  3. Minifying Script

You May Also Like