How to Disable Button after clicked once using JQuery

added by codegain
1/20/2011 3:34:59 AM

123 Views

In this snippet, I will explain how to disable button after clicked once using JQuery. In the web application we have use the many buttons to do some specific operations.But sometimes users click many times in same button, this is giving unexpected results. So this snippet gives solutions to disable once click button and prevent unexpected result.


0 comments