notifyjs icon indicating copy to clipboard operation
notifyjs copied to clipboard

how to make it dissapear when i click only ?

Open meriemagg opened this issue 8 years ago • 2 comments

the notification dissapears automatically ! how to make the notification dissapears when the user clicks on it ? thanks

meriemagg avatar Oct 27 '16 08:10 meriemagg

At https://notifyjs.com/ under Options shows like that;

$.notify(
  "Message!", 
  { clickToHide:true,
    autoHide: false,}
);

fabercs avatar Oct 27 '16 10:10 fabercs

@fabercs thank you !

meriemagg avatar Oct 27 '16 13:10 meriemagg