This is My Default.aspx:
<body>
<form id="form1" runat="server">
<div class="Target">
<label>
First Object</label>
<input title="firstnum" />
<asp:CheckBox runat="server" />
</div>
<asp:Button ID="AddNewbtn" runat="server" Text="New One" />
</form>
</body>
I need a jQuery Script to Copy All Elements in <div class="Target" > and Add them in bottom of Target div when I press AddNewbtn Button, How Can I do this?
Thank you
I think this is better