A light weight Javascript library for showing customized toast messages in websites
Add toast.js to html and use the showError()
method to display message
- Hides the toast message fom the screen.
showError('message','error',true);
showError('message','loading',true);
showError('message','success',true);