toastr.success("Toastr work successfully!"); toastr.error("Toastr work failed!"); toastr.info('toastr information.'); toastr.warning('Toastr warning.');
// Display an info toast with no title toastr.info('Are you the 6 fingered man?')