notification-min.js 657 Bytes
function wpzinc_notification_show_success_message(i){wpzinc_notification_show(i,"success")}function wpzinc_notification_show_warning_message(i){wpzinc_notification_show(i,"warning")}function wpzinc_notification_show_error_message(i){wpzinc_notification_show(i,"error")}function wpzinc_notification_show(i,n){jQuery(".wpzinc-notification").text(i),jQuery(".wpzinc-notification").addClass("wpzinc-notification-"+n),jQuery(".wpzinc-notification").fadeIn("fast"),setTimeout((function(){jQuery(".wpzinc-notification").fadeOut("fast",(function(){jQuery(".wpzinc-notification").removeClass("wpzinc-notification-"+n),jQuery(".wpzinc-notification").hide()}))}),2e3)}