var currentRequest=null;jQuery(document.body).on("keyup","#search-box_ccas_",function(){return""==jQuery("#search-box_ccas_").val()?!1:(jQuery(".ccas_ajax_pro_search_loader").show(),currentRequest=jQuery.ajax({url:searchProduct_ajax.ajax_url,type:"post",data:{action:"searchProductAjaxify",term:jQuery(this).val()},beforeSend:function(){null!=currentRequest&¤tRequest.abort()},success:function(a){jQuery(".ccas_ajax_pro_search_loader").hide(),jQuery("#suggesstion-box_ccas_").show(),jQuery("#suggesstion-box_ccas_").html(a)}}),void(""==jQuery(this).val()&&(jQuery("#suggesstion-box_ccas_").hide(),jQuery("#suggesstion-box_ccas_").html(""))))}),jQuery(document.body).on("click","span.ccas_pro_cross_class",function(){jQuery("#suggesstion-box_ccas_").hide(),jQuery("#suggesstion-box_ccas_").html(""),jQuery("#search-box_ccas_").val("")});