- Overview
- Documents
BlinkTitle.js is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of Html Titlebar When Required.
Source: argunner.github.io
Jan 22, 2015 in Others 4294 views
BlinkTitle.js is a Pure Javascript Implementation of TitleBar Alert or Notification.It Can Perform Blinking of Html Titlebar When Required.
Source: argunner.github.io
1. INCLUDE JS FILE
<script type="text/javascript" src="https://raw.githubusercontent.com/argunner/blinkTitle.js/master/index.js"></script>
2. JAVASCRIPT
Regular Blink
blinkTitle('message1','message2',delayTime,false);
If You Want Notify When User is On Other Tab
blinkTitle('message1','message2',delayTime,true);
Stop
blinkTitleStop();
Tagged with:
blinktitle.js
pure javascript
titlebar alert
notification
perform blinking
titlebar
titlebar notification
Related Articles