574 0 0 0
Last Updated : 2025-04-28 21:12:51
Sometimes you will have ajax submitting the form twice, you can stop this by using the following :
e.preventDefault();
e.stopImmediatePropagation();