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