Forum Discussion
AdamKeever1
7 years agoQrew Commander
This is awesome. Thanks Dan. Any way to put the buttons at the top and bottom of the form?
_anomDiebolt_
7 years agoQrew Elite
Try this:
$("div#formContents div:first").clone().appendTo("div#formContents");
$("div#formContents div:first").clone().appendTo("div#formContents");