Questions tagged [bootstrap-growl]

Open Source JavaScript library to create "Growl-like" notifications in a Twitter Bootstrap website. Not to be confused with Bootstrap Notify or growlnotify.

Bootstrap-Growl is an open source JavaScript library to make Twitter Bootstrap "Alerts" into small "Growl-like" popups that fade out after a short delay. The official website introduces the library, documents options and settings, and has a live demo of its features. The library's source code can be found on GitHub.

4 questions
6
votes
2 answers

Bootstrap-notify notification with modal panels , appears under the disables blurry area

I have a modal panel for login/ sign-up operations and I am notifying in case of unsuccessful login with bootstarp-notify , but notification appears on the blurry (disabled area) out of the modal panel. I am wondering how can I attache my…
Yashar
  • 1,122
  • 2
  • 15
  • 43
1
vote
1 answer

How to show notify top right corner few seconds on click glyphicon?

I've implemented successfuly this Bootstrap notify tutorial with buttons: Tutorial Demo I would like to change a small thing, instead of a button, a glyphicon (from Font Awesome) on click it shows the success notify. I was thinking doing that with…
BackTrack57
  • 395
  • 1
  • 5
  • 16
0
votes
1 answer

Alert Not Being Triggered in Bootstrap Growl

I am attempting to utilize bootstrap growl to create an alert popup, however, even after using the code from the growl demo here, I have been unable to trigger the popup. Code:
Ajax1234
  • 69,937
  • 8
  • 61
  • 102
0
votes
1 answer

jQuery plugin not available from within ajax

When bootstrap growl is placed at number 1 or number 2, it works fine. When it is placed at number 3 ... I get the error: Uncaught TypeError: $.bootstrapGrowl is not a function