(function( $ ) { if ( $( '.twofas-login-form-container' ).length ) { $( '#backtoblog' ).hide(); $( '#loginform' ).submit( function() { $( '.submit' ).addClass( 'disabled' ); $( '#wp-submit' ).val( 'Loading...' ); } ); $( '.twofas-hide-after-time' ).delay( 3200 ).fadeOut( 300 ); } })( jQuery );