Instruction
Toastr Plugin Click Here
HTML
Toastr Top Right
CSS
/* No CSS */
Javascript
/* Toastr Javascript control function */
$('#toastr-success-top-right').click(function() {
toastr.success('This Is Success Message','Top Right',{
timeOut: 5000,
"closeButton": true,
"debug": false,
"newestOnTop": true,
"progressBar": true,
"positionClass": "toast-top-right",
"preventDuplicates": true,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut",
"tapToDismiss": false
})
});