2017 © Pedro Peláez
 

library bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into 'Growl-like' notifications.

image

ifightcrime/bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into 'Growl-like' notifications.

  • Thursday, January 4, 2018
  • by troymccabe
  • Repository
  • 49 Watchers
  • 820 Stars
  • 5,742 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 216 Forks
  • 24 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into hovering "Growl-like" notifications., (*1)

Demo

I have a basic demo set up at jsfiddle for the time being which you can view here: http://jsfiddle.net/ifightcrime/Us6WX/1008/, (*2)

Features

  • Uses standard Twitter Bootstrap alerts which provides 'info', 'danger', and 'success' styles.
  • Multiple growls called consecutively are stacked up one after another in a list.
  • Automatically fades growls away after a default of 4 seconds.

Dependencies

  1. Latest version of jQuery. (tested on 1.11.0)
  2. Twitter Bootstrap. (current rev tested with 3.3.1)

Usage

Include the dependencies and jquery.bootstrap-growl.min.js into your page and call the following:, (*3)

$.bootstrapGrowl("My message");

Available Options

By default, growls use the standard 'alert' Bootstrap style, are 250px wide, right aligned, and are positioned 20px from the top right of the page., (*4)

$.bootstrapGrowl("another message, yay!", {
  ele: 'body', // which element to append to
  type: 'info', // (null, 'info', 'danger', 'success')
  offset: {from: 'top', amount: 20}, // 'top', or 'bottom'
  align: 'right', // ('left', 'right', or 'center')
  width: 250, // (integer, or 'auto')
  delay: 4000, // Time while the message will be displayed. It's not equivalent to the *demo* timeOut!
  allow_dismiss: true, // If true then will display a cross to close the popup.
  stackup_spacing: 10 // spacing between consecutively stacked growls.
});

Note: Previous top_offset is not broken by this latest change., (*5)

Additional Contributors

  • Jose Martinez https://github.com/callado4
  • Lloyd Watkin https://github.com/lloydwatkin
  • TruongSinh Tran-Nguyen https://github.com/tran-nguyen

The Versions

04/01 2018

dev-master

9999999-dev https://github.com/ifightcrime/bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into 'Growl-like' notifications.

  Sources   Download

MIT

bootstrap notifications growl

12/04 2013

v1.1.0

1.1.0.0 https://github.com/ifightcrime/bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into 'Growl-like' notifications.

  Sources   Download

MIT

bootstrap notifications growl