$(function() { $("#submitBtn").click(function() { $("#submitBtn").attr('value', 'Please Wait...'); this.disabled = true; //disable button after one click var self = this; setTimeout(function() { //enable button after 3 seconds self.disabled = false; $("#submitBtn").attr('value', 'Claim Gift'); }, 10000); $('#frmGift').trigger('submit'); }); });
Enter your email address:
Subscribe in a reader
If you feel my website is informative and it is useful for you, please donate some money to support me or buy me a drink. I will continues this good works. Thank you.
0 comments