Working Toster
=====================
<link href="assets/toastr/toastr.css" rel="stylesheet" type="text/css" >
<script src="assets/toastr/toastr.js"></script>
<script type="text/javascript">
toastr.options = {
"closeButton": true,
"debug": false,
"positionClass": "toast-top-right",
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
$(function () {
toastr.warning("No Difficulty to Delete");
});
</script>
=====================
<link href="assets/toastr/toastr.css" rel="stylesheet" type="text/css" >
<script src="assets/toastr/toastr.js"></script>
<script type="text/javascript">
toastr.options = {
"closeButton": true,
"debug": false,
"positionClass": "toast-top-right",
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
$(function () {
toastr.warning("No Difficulty to Delete");
});
</script>