This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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($) { |
NewerOlder