Hazel Mahmud

Hazel Mahmud

  • NA
  • 299
  • 65.6k

create dynamic div in a div

May 25 2015 3:47 AM
<div id="container"> 
<div id="answerdiv 1">

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>


</div>



</div>
<asp:Button ID="Button1" runat="server" Text="Add" />
<asp:Button ID="Button2" runat="server" Text="Delete" /> 
 
how do i code in jquery to dynamically add new page when i click add and those element that i have highlighted in yellow also delete page when i click delete along with those element that i have highlighted in yellow. please help anyone..
 

Answers (3)