Skip to content

Instantly share code, notes, and snippets.

@mexelout
Created June 1, 2017 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mexelout/c13ec055aa66cf37f2b56ad839ea9dcf to your computer and use it in GitHub Desktop.
Save mexelout/c13ec055aa66cf37f2b56ad839ea9dcf to your computer and use it in GitHub Desktop.
#add_area
= link_to '+', '', id: 'plus'
javascript:
$(function(){
$(document).on('click', '#plus', function(){
$('#add_area').append('<div class="col-sm-10"><input type="text" class="form-control" /></div>')
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment