Answers for "tostr error"

0

tostr error

// for success - green box
toastr.success('Success messages');

// for errors - red box
toastr.error('errors messages');

// for warning - orange box
toastr.warning('warning messages');

// for info - blue box
toastr.info('info messages');
Posted by: Guest on September-21-2021

Browse Popular Code Answers by Language