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 notification before any of the conditions are met, and then within each condition, set the title, text, image as they may apply to that condition?
It seems the only return value from $.gritter.add({...}) is a unique id, which is great for removal, but from first glance, I don't see a way into an added gritter item from inspecting the DOM in firebug.
Any help is appreciated
I know this is years later but this is how you change the properties/values of gritter:
The unique_id can be named for each instance of gritter you plan to roll out.