/bootstrap-flash

Flash notification messages extension of Twitter Bootstrap. Live example:

Primary LanguageJavaScriptMIT LicenseMIT

bootstrap-flash

20 lines-of-code flash notification messages extension for Twitter Bootstrap.

Usage

<script src="bootstrap-flash.js"></script>

Appends window object with function flash(msg, is_error).

Green notification:

flash("Success message!")

Red notification:

flash("Error message!", true)