Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 290 Bytes

alert - CSS skinable alert()-boxes

This small example overrides the default alert() and makes them nice skinable

Quick start

Use like any normal alert-box. You can add an extra line of:

$('.alert').addClass('good');

or

$('.alert').addClass('wrong');

to color the alert-boxes.