Alert! Alert!

Current Vesion: 1.0.2

Alert! Alert! is a minimalist JavaScript growl-style notification library designed to run in modern browsers without external dependencies.

Usage

var type    = 'info',
    message = '<p>Something you outta know!</p>',
    config  = { timeout: 7000 };

Alert.alert(type, message, config);

Demo

http://codepen.io/whusterj/full/qEWMwG/