Skip to content

Instantly share code, notes, and snippets.

@data-doge
Created April 1, 2015 06:14
Show Gist options
  • Select an option

  • Save data-doge/2bb702b40636c78d33ff to your computer and use it in GitHub Desktop.

Select an option

Save data-doge/2bb702b40636c78d33ff to your computer and use it in GitHub Desktop.
ajax-example html
<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