Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close All Toasts #16

Open
euangordon opened this issue Jul 5, 2021 · 1 comment
Open

Close All Toasts #16

euangordon opened this issue Jul 5, 2021 · 1 comment

Comments

@euangordon
Copy link

Hi,

Is there an easy way to remove of the toast messages in view?

Thanks

Euan

@euangordon
Copy link
Author

I have achieved it by doing this:

$("#toaster").children().remove();

or

$("#toaster").children().fadeOut();

Thought it might have been a built in function of the toaster?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant