GetNotifications
methodsReturns a jQuery collection of all visible notifications, displayed by the given widget instance. Each item in the collection is a div.k-notification element.
This method is useful for quick removal of all visible messages before showing new ones. After obtaining all visible messages, remove them from the DOM
instead of hiding them, unless animations are disabled. This is because animations are asynchronous and the new messages
will be shown on the wrong places before the old ones have been hidden. Another thing to keep in mind is that when using
popup notification messages, you should remove the parent
of each member of the collection, returned by the getNotifications() method. In this case the parent will be a div.k-animation-container element.
A collection of all visible notifications.