I have the following:
<input type="submit" class="form-control submit" value="SEND MESSAGE" />
Once the user clicks this button above, I want to handle it with jQuery script. How can I do it in the section?
SOLVED
I have the following:
<input type="submit" class="form-control submit" value="SEND MESSAGE" />
Once the user clicks this button above, I want to handle it with jQuery script. How can I do it in the section?
SOLVED