Guest User

Untitled

a guest
Apr 28th, 2024
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Klistras in i temats functions.php-fil
  2. jQuery(document).ready(function($) {
  3.     $('form').submit(function() {
  4.         $(this).find(':submit').attr('disabled', 'disabled');
  5.         // Om man vill byta text på knappen efter postning
  6.         // $(this).find(':submit').val('Postar...');
  7.     });
  8. });
Advertisement
Add Comment
Please, Sign In to add comment