lost-password.js 159 B

12345
  1. jQuery( function( $ ) {
  2. $( '.lost_reset_password' ).on( 'submit', function () {
  3. $( 'button[type="submit"]', this ).attr( 'disabled', 'disabled' );
  4. });
  5. });