Exemplos de Toastr em JQuery
toastr.success("Toastr work successfully!");
toastr.error("Toastr work failed!");
toastr.info('toastr information.');
toastr.warning('Toastr warning.');
kinjal suryavanshi