Skip to content

Instantly share code, notes, and snippets.

@skinnyjames
Created March 17, 2018 15:43
Show Gist options
  • Save skinnyjames/12436c7a9a4957a3a608a16486a9e847 to your computer and use it in GitHub Desktop.
Save skinnyjames/12436c7a9a4957a3a608a16486a9e847 to your computer and use it in GitHub Desktop.
$(document.ready(){
$('add-button').click(function(e){
$('ingredients-div-form-inputs').append('<input type="text" name="ingredients[]">')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment