|
Title: Globally Prevent Double Click on Button Post by: devnull on July 25, 2016, 08:58:35 PM Just discovered that some users are double-clicking buttons resulting in duplicate records being added.
Is it possible to GLOBALLY extend the linkbutton to prevent double clicks by using either a delay or a true/false parameter i.e.: Code: $('#mybut').linkbutton({I would like to add this globally rather than adding code to every button individually. Title: Re: Globally Prevent Double Click on Button Post by: proceno72 on July 26, 2016, 12:00:48 AM Yes, it could be very useful for me too. Any help would be appreciated
Title: Re: Globally Prevent Double Click on Button Post by: devnull on July 28, 2016, 09:25:48 PM Hello;
Any solutions for this ?? Title: Re: Globally Prevent Double Click on Button Post by: stworthy on July 29, 2016, 06:50:34 AM Here is the extended method 'singleClick' that can avoid double click on it.
Code: <script type="text/javascript"> |