i want to change background color and image to else
condition (toaster.error)
success: function (data) {
if (data.message != ""){
toastr.success(data.message);
}
else {
toastr.error(data.message1);
}
}
this code i am using i want help in it