Skip to content

Instantly share code, notes, and snippets.

@data-doge
Created April 2, 2015 00:31
Show Gist options
  • Save data-doge/99045260238f76e63954 to your computer and use it in GitHub Desktop.
Save data-doge/99045260238f76e63954 to your computer and use it in GitHub Desktop.
ajax-example-html refactored
<h1>Cats</h1>
<p id='notification'></p>
<a id='get-cats-button' href='#'>its the cats</a><br>
<form id='new-cat-form'>
<input type='text' name='name' placeholder='name'><br>
<input type='text' name='product' placeholder='product'><br>
<input type='submit'>
</form>
<ul id='cat-container'>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment