Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 288 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 288 Bytes

Toaster.js

A js library that help you show small popup notifications on web pages.

Checkout the http://creativej.github.io/toaster.js/demo for more detail

Dependency: jQuery

Basic Usage

var toaster = window.toaster();

toaster.newToast('Your content');