Something along the lines of <input type="button" id="first" value="clone" />
$('#first').click(function(){ $(this).after( $(this).clone(true) ); }); ? On Jan 25, 10:43 am, sem101 <semiotics...@gmail.com> wrote: > This sentence totally freaks me out... > > "Create a button that's able to clone itself - and have the clones > themselves be clonable."