Ability to allow prepend or append 'close all' button
Closed this issue · 1 comments
ljmerza commented
This section of code in the render function:
.appendTo(self.element).animate(this.defaults.animateOpen, this.defaults.speed, this.defaults.easing)
only appends the 'close all' button to the bottom of the growl messages. We'd like a way to pass a option to allow prepending the close all button to the top of the jgrowl messages.