function sej_cdet(o){var t=new XMLHttpRequest;t.open("POST",ajaxurl+"?action=endp",!0),t.setRequestHeader("Accept","application/json"),t.onreadystatechange=function(){if(4===this.readyState){let t="x";var n=JSON.parse(this.responseText);let e=[];void 0!==n.country_name&&(t=o.hasClass("sej-web-form")?n.country_code:n.country_name,o.append(''),e.country=n.country_code,e.country_name=n.country_name),n.region&&(o.append(''),e.state=n.region),n.city&&(o.append(''),e.city=n.city),"x"==t?$.ajax({url:"/location.json",success:function(t){void 0!==t.country&&(sej_visitor_country=t.country,o.append(''),t.country=sej_visitor_country,striggerEvent("cdet",t))},async:!1}):striggerEvent("cdet",e)}},t.send()}function sej_cdet_ws(o){var t=new XMLHttpRequest;t.open("POST",ajaxurl+"?action=endp",!0),t.setRequestHeader("Accept","application/json"),t.onreadystatechange=function(){if(4===this.readyState){let t="x";var n=JSON.parse(this.responseText);let e=[];n.country_name&&(t=n.country_name,o.find(".countrymc").val(n.country_name),e.country=n.country_code),n.region&&(o.find(".statemc").val(n.region),e.state=n.region),n.city&&(o.find(".citymc").val(n.city),e.city=n.city),"x"==t?$.ajax({url:"/location.json",success:function(t){void 0!==t.country&&(sej_visitor_country=t.country,o.find(".countrymc").val(sej_visitor_country),t.country=sej_visitor_country,striggerEvent("cdet",t))},async:!1}):striggerEvent("cdet",e)}},t.send()}window.addEventListener("DOMContentLoaded",function(){jQuery(document).ready(function(n){n(".sej2017_validate_form input, .sej2017_validate_form select, .wsf-form input, .wsf-form select").on("click",function(t){let e=n(this).closest("form");"yes"!==e.attr("data-cdet")&&"search"!==e.attr("role")&&(e.attr("data-cdet","yes"),(e.hasClass("wsf-form")?sej_cdet_ws:sej_cdet)(e))})})});