Hi, is it possible to hide displayed notification when use click on certain button. to prevent displaying two or more notification at the sametime.
Like this:
$.notify.hide():????? // I need to hide every existing shown notifiction.
$.notify('Please enter your name',{
position:'top right',
className: 'error',
});
Hi, is it possible to hide displayed notification when use click on certain button. to prevent displaying two or more notification at the sametime.
Like this:
$.notify.hide():????? // I need to hide every existing shown notifiction.
$.notify('Please enter your name',{
position:'top right',
className: 'error',
});