711 lines
26 KiB
JavaScript
711 lines
26 KiB
JavaScript
(function ($) {
|
|
"use strict"
|
|
|
|
|
|
/*******************
|
|
Toastr
|
|
*******************/
|
|
|
|
$("#toastr-success-top-right").on("click", function () {
|
|
toastr.success("This Is Success Message", "Top Right", {
|
|
timeOut: 500000000,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
positionClass: "toast-top-right",
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-bottom-right").on("click", function () {
|
|
toastr.success("This Is Success Message", "Bottom Right", {
|
|
positionClass: "toast-bottom-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-bottom-left").on("click", function () {
|
|
toastr.success("This Is Success Message", "Bottom Left", {
|
|
positionClass: "toast-bottom-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-top-left").on("click", function () {
|
|
toastr.success("This Is Success Message", "Top Left", {
|
|
positionClass: "toast-top-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-top-full-width").on("click", function () {
|
|
toastr.success("This Is Success Message", "Top Full Width", {
|
|
positionClass: "toast-top-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-bottom-full-width").on("click", function () {
|
|
toastr.success("This Is Success Message", "Bottom Full Width", {
|
|
positionClass: "toast-bottom-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-top-center").on("click", function () {
|
|
toastr.success("This Is Success Message", "Top Center", {
|
|
positionClass: "toast-top-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-success-bottom-center").on("click", function () {
|
|
toastr.success("This Is Success Message", "Bottom Center", {
|
|
positionClass: "toast-bottom-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-top-right").on("click", function () {
|
|
toastr.info("This Is info Message", "Top Right", {
|
|
positionClass: "toast-top-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-bottom-right").on("click", function () {
|
|
toastr.info("This Is info Message", "Bottom Right", {
|
|
positionClass: "toast-bottom-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-bottom-left").on("click", function () {
|
|
toastr.info("This Is info Message", "Bottom Left", {
|
|
positionClass: "toast-bottom-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-top-left").on("click", function () {
|
|
toastr.info("This Is info Message", "Top Left", {
|
|
positionClass: "toast-top-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-top-full-width").on("click", function () {
|
|
toastr.info("This Is info Message", "Top Full Width", {
|
|
positionClass: "toast-top-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-bottom-full-width").on("click", function () {
|
|
toastr.info("This Is info Message", "Bottom Full Width", {
|
|
positionClass: "toast-bottom-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-top-center").on("click", function () {
|
|
toastr.info("This Is info Message", "Top Center", {
|
|
positionClass: "toast-top-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-info-bottom-center").on("click", function () {
|
|
toastr.info("This Is info Message", "Bottom Center", {
|
|
positionClass: "toast-bottom-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-top-right").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Top Right", {
|
|
positionClass: "toast-top-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-bottom-right").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Bottom Right", {
|
|
positionClass: "toast-bottom-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-bottom-left").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Bottom Left", {
|
|
positionClass: "toast-bottom-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-top-left").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Top Left", {
|
|
positionClass: "toast-top-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-top-full-width").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Top Full Width", {
|
|
positionClass: "toast-top-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-bottom-full-width").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Bottom Full Width", {
|
|
positionClass: "toast-bottom-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-top-center").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Top Center", {
|
|
positionClass: "toast-top-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-warning-bottom-center").on("click", function () {
|
|
toastr.warning("This Is warning Message", "Bottom Center", {
|
|
positionClass: "toast-bottom-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-top-right").on("click", function () {
|
|
toastr.error("This Is error Message", "Top Right", {
|
|
positionClass: "toast-top-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-bottom-right").on("click", function () {
|
|
toastr.error("This Is error Message", "Bottom Right", {
|
|
positionClass: "toast-bottom-right",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-bottom-left").on("click", function () {
|
|
toastr.error("This Is error Message", "Bottom Left", {
|
|
positionClass: "toast-bottom-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-top-left").on("click", function () {
|
|
toastr.error("This Is error Message", "Top Left", {
|
|
positionClass: "toast-top-left",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-top-full-width").on("click", function () {
|
|
toastr.error("This Is error Message", "Top Full Width", {
|
|
positionClass: "toast-top-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-bottom-full-width").on("click", function () {
|
|
toastr.error("This Is error Message", "Bottom Full Width", {
|
|
positionClass: "toast-bottom-full-width",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-top-center").on("click", function () {
|
|
toastr.error("This Is error Message", "Top Center", {
|
|
positionClass: "toast-top-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
}
|
|
|
|
),
|
|
$("#toastr-danger-bottom-center").on("click", function () {
|
|
toastr.error("This Is error Message", "Bottom Center", {
|
|
positionClass: "toast-bottom-center",
|
|
timeOut: 5e3,
|
|
closeButton: !0,
|
|
debug: !1,
|
|
newestOnTop: !0,
|
|
progressBar: !0,
|
|
preventDuplicates: !0,
|
|
onclick: null,
|
|
showDuration: "300",
|
|
hideDuration: "1000",
|
|
extendedTimeOut: "1000",
|
|
showEasing: "swing",
|
|
hideEasing: "linear",
|
|
showMethod: "fadeIn",
|
|
hideMethod: "fadeOut",
|
|
tapToDismiss: !1
|
|
})
|
|
});
|
|
})(jQuery); |