Oops!
You don't have permission to view this page! Make sure you're logged in and try again, or contact support.
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'); } } });
You don't have permission to view this page! Make sure you're logged in and try again, or contact support.