Questions tagged [gritter]
22 questions
5
votes
1 answer
Intercept and convert all alerts to notifications
So I'm using Gritter for notifications throughout a site, and was wondering if there was a simple way to intersept all the alert() s thrown by any script, with jQuery, and reformat the value of the alert to the body of a Gritter notification?

user811348
- 81
- 9
2
votes
1 answer
Gritter titles, text, image
I have 3 conditions which would render 3 different gritter notifications. The condition results should change the image, text and title. Do I have to $.gritter.add({...}) for every single condition?
Or is there a way to declare just one gritter…

aaroncope
- 61
- 4
2
votes
1 answer
jQuery gritter plugin close icon remains hidden
I'm using gritter.js to notificate success or error messages. It works but the "X" close-icon remains hidden. I check in CSS rules of the element, they are all right but having no effects.