jQuery(function(){ jQuery('.tt-field-float .ginput_container > *').each(function(){ changeState(jQuery(this)); }); jQuery('.tt-field-float .ginput_container > *').on('focusout', function(){ changeState(jQuery(this)); }); function changeState(jQueryformControl){ if(jQueryformControl.val().length > 0){ jQueryformControl.parents('.gfield').addClass('has-value'); } else{ jQueryformControl.parents('.gfield').removeClass('has-value'); } } });
EveryInternational logo

Built to help you develop the ministry skills you need, 100% free.

Every International Logo

Get started with your account

Watch the videos. Apply what you learn.
Make an eternal impact.

By clicking the « Create Account » button, you are creating an EveryInternational account, and you agree to our Privacy Policy.

let $ = jQuery, loginButton = $('.tt-header-login a'), registerButton = $('.tt-header-register a'), currentURL = window.location.href; if (currentURL != 'https://everyinternational.com/') { loginButton.attr('href', '/login/?redirect_to=' + currentURL); registerButton.attr('href', '/registration/?redirect_to=' + currentURL); }

Check out our new "Short Video Library"!

X