lost-password.js 158 Bytes edit raw blame history 1 2 3 4 5 jQuery( function( $ ) { $( '.lost_reset_password' ).on( 'submit', function () { $( 'input[type="submit"]', this ).attr( 'disabled', 'disabled' ); }); });