[How To] Prevent Multiples Clicks in JQuery

Recently, I was working in JQuery and faced a problem. This was the second time I faced this problem. Problem is Click event in JQuery gets triggered multiple times. The workaround that I found was to unbind the click event from the event handler, before each call to the click event. Here is an example. … Continue reading “[How To] Prevent Multiples Clicks in JQuery”