I have my code here http://jsfiddle.net/NT4Zr/5/
In above code i am able to add new row but cant delete added row by clicking Delete link. How can i do that?
In hobbies section i want to add hobbies by writing into text box and add hobby button and it should be reflected to label
<label>Your Hobbies:</label>
and by clicking delete button it should be deleted.
How can i do that?
Please refer this link
as it works well but when i am adding school by typing school name and selecting year it will add new elements with same name. how can i create blank elements like this http://viralpatel.net/blogs/demo/dynamic-add-delete-row-table-javascript.html
How can i pass textbox value to the label in hobby section?
.live().