Oh Hey!

A simple, drop-in script for site-wide notifictions

Here's an example of the function

ohHey('confirm', 'I just clicked this button');
This executes: ohHey("confirm", "Sweet - Things went well and you're a winner!");
This executes: ohHey("notice", "FYI - This thing happened");
This executes: ohHey("urgent", "Oops - It looks like some shit broke");
This executes: ohHey();

Check this out on GitHub