Created
December 28, 2015 03:35
-
-
Save hampelm/f679c7b83f6fefe5c648 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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