Guest User

Untitled

a guest
Apr 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <button class="btn btn-lg btn-primary btn-block enter" type="submit">
  2. Войти
  3. <img src="{{ asset('img/loading.gif') }}" class="img-loader" width="16" height="16" style="display: none;" alt="">
  4. </button>
  5.  
  6. (function($, undefined){
  7. $('.enter').on('submit', function(){
  8. $('.img-loader').css('display', 'inline');
  9. $('.enter').prop('disabled', 'disabled');
  10. });
  11. })(jQuery);
Add Comment
Please, Sign In to add comment