How can I copy a HTML elements to another Div?
问题 What I want to do is copy an images 'source' or 'html elements' to another div upon clicking on 'copy'. See my example below <div class="images"> <img src="imageone.jpg" alt="one" title="one"> </div><!-- end --> <button>Copy</button> <div class="images"> <img src="imageone.jpg" alt="one" title="one"> </div><!-- end --> <button>Copy</button> <div class="images"> <img src="imagethree.jpg" alt="three" title="three"> </div><!-- end --> <button>Copy</button> once I press the copy 'buttons' - the