
TitleNotifier.js is a lightweight and standalone Javascript library to display numbers of notifications in the webpage’s title. Great for displaying unread notifications, messages, emails, etc.
Basic Usage:
Download and embed the titlenotifier.js in your web page.
<script src="title_notifier.js"></script>
Add a notifications.
titlenotifier.add();
Delete a notification.
titlenotifier.sub();
Setthe number of notifications.
titlenotifier.set(N);
Reset notifications.
titlenotifier.reset();
Get number of notifications.
titlenotifier.get();
Set max number of notifications.
titlenotifier.max(99);
Changelog:
10/15/2015
- Bugfix







