Answers for "toastr error"

0

toaster error message

toastr.error("Your Message","Your Title",{timeOut: 5000});
Posted by: Guest on August-27-2021
0

toastr 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