marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Home Page:http://izitoast.marcelodolza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question : Function to close notification

fakhamatia opened this issue · comments

commented

Hello and thank you for this great work.

iziToast.info({
position: "center",
title: "please wait.",
timeout: false,
});

How can i set a function to close this notification?
I read doc but i don't get it.

If you have read the documentation, you would have noticed that there is a function to kill all toasts
iziToast.destroy();