disable button on click for a few seconds

05:28:00 1 Comments

<button id="input-sales-btn" class="btn btn-success" onclick="inputBtnClicked('sales');this.disabled=true;
setTimeout(function(){ $('#input-sales-btn').removeAttr('disabled'); }, 15000);">Done
                    </button>

Joel

Joel Fernandes,I am a Very Smart,Innovative Creative and One of the Best Webdevelopers.I am an expert in Webdevelopment.My other interest include Cars and Vehicles.My desire is to be the best and serve you with the best information I have .I will always share all my tips and tricks on this website and provide you with the best themes so that your life may be simpler.Keep visiting www.joelwebsites.com for the best website related ,tips and tricks and news.Meet me on FaceBook

1 comment:

  1. What is this programming all about?Sorry but I didn't get the task of the given program,what will be the output of it?

    ReplyDelete