Created
April 1, 2015 06:14
-
-
Save data-doge/2bb702b40636c78d33ff to your computer and use it in GitHub Desktop.
ajax-example html
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
| <h1>Cats</h1> | |
| <a id='meow' href='#'>its the cats</a><br> | |
| <form id='cat-form'> | |
| <input type='text' name='name' placeholder='name'><br> | |
| <input type='text' name='product' placeholder='product'><br> | |
| <input id='add-cat' type='submit'> | |
| </form> | |
| <div id='meow-box'> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment