CAN YOU GIVE ME A CODE PLZZ

Recommended Answers

All 2 Replies

<input type="submit" name="submit" value="submit" onclick="this.disabled=true" />

on success function add disabled attr to your submit button

EX: $('input').attr('disabled','disabled');
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.