I am using the code below to submit values to my db.
<input id="btn_'.$temp['id'].'" value="Confirm" style="background: #409940; border-radius: 10px; color: white;" type="button" onclick="validaLink(\''.$temp['id'].'\');"> Problem:
with in 2 secs , multiple clicks are submitted with the same value, till the div fads out.
What I have done:
I tried to disabled the form button after submit. but i guess 2 onclick events does not work.
suggestions / code corrections please