Skip to content

Instantly share code, notes, and snippets.

<form>
<input type="text" class="form-control" id="name-input" placeholder="Your name">
<input type="email" class="form-control" id="email-input" placeholder="Your email">
<textarea id="message-input" class="form-control" placeholder="What did you want to tell us?"></textarea>
<button type="submit" class="btn btn-default" id="submit-button">Send Message</button>
</form>
<script>
jQuery(document).ready(function($) {