"); $('#resetPassword-submit').attr('disabled', 'disabled'); return false; } if (__progress === 0) { __progress = 1; $('#resetPassword-submit').html(" しばらくお待ちください…"); $(this).ajaxSubmit({ success: function (res) { __progress = 0; if (res.match(/error/)) { $('form .alert').hide(); $('#resetPassword').prepend("
アカウントが見つかりません。
"); $('#resetPassword-submit').html(llbl); } else { __reset = 1; $('form .alert').hide(); $('#resetPassword').prepend("
受信箱を確認してください。
"); $('#resetPassword-submit').html('').attr('disabled', 'disabled'); } } }); } return false; }); $('body').on('click', 'form .alert-danger', function () { $(this).slideUp(); }); }); }