Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created December 28, 2015 03:35
Show Gist options
  • Save hampelm/f679c7b83f6fefe5c648 to your computer and use it in GitHub Desktop.
Save hampelm/f679c7b83f6fefe5c648 to your computer and use it in GitHub Desktop.
<script type="text/template" id="repeating">
</script>
<form></form>
$(function() {
var $repeating = $('#repeating');
$('form').append($repeating.clone());
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment