Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>add ingredient</title>
  6.  
  7. <script type="text/javascript" src="jquery.js"></script>
  8.  
  9. <link href="style.css" type="text/css" rel="stylesheet">
  10.  
  11. </head>
  12.  
  13.  
  14.  
  15. <body>
  16.  
  17. <h2>new ingredient</h2>
  18.  
  19. <form action="" method="post">
  20.  
  21.  
  22.  
  23.     <div id="ingridients" class="ingridients">
  24.  
  25.         <input type="text" name="ingridient[]" />
  26.  
  27.     </div>
  28.  
  29.     <button id="addIngridientField">add ingredient</button>
  30.  
  31.    
  32.  
  33. </form>
  34.  
  35. </body>
  36.  
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement