jQuery(function($){$(document.body).on("blur",".wcasv_input_price[type=text]",function(){$(".wc_error_tip").fadeOut("100",function(){$(this).remove()})}).on("keyup change",".wcasv_input_price[type=text]",function(){var e=$(this).val(),r=new RegExp("[^-0-9%*\\"+woocommerce_admin.mon_decimal_point+"]+","gi"),t=e.replace(r,"");e!==t?($(this).val(t),$(document.body).triggerHandler("wc_add_error_tip",[$(this),"i18n_mon_decimal_error"])):$(document.body).triggerHandler("wc_remove_error_tip",[$(this),"i18n_mon_decimal_error"])})});