Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /home/alliancerealtynb/sitepress-multilingual-cmsOLDOLD/res/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/sitepress-multilingual-cmsOLDOLD/res/js/affiliate-info.js
jQuery(function () {
    jQuery('#icl_affiliate_info_check').submit(iclAffiliateInfoCheck);
});

function iclAffiliateInfoCheck(){
    var thisf = jQuery(this);
    thisf.find('.icl_cyan_box').hide();
    thisf.find(':submit').before(icl_ajxloaderimg);
    jQuery.ajax({
            type: "POST",
            url: icl_ajx_url,
            dataType: 'json',
            data: "icl_ajx_action=affiliate_info_check&" + thisf.serialize(),
            success: function(msg){
                thisf.find(':submit').prev().hide(function(){
                    if(msg.error){
                        thisf.find('.icl_error_text').fadeIn();
                    }else{
                        thisf.find('.icl_valid_text').fadeIn();
                    }
                });
            }
        });        
    
    return false;
}

Hry