I want to load everytime user click on Add more a page test.html where are inside html stored text fields for form. The problem is everytime I call the function, it removes the first test.html and shows again test.html but it should show an extra one without removing the first one. How to do that?
jQuery load does exactly that... loads the contents of a file and puts them inside a location specified. You might want to use this instead (From jQuery's AJAX API):
__________________
The way to success is to assume that there are no impossible things. After all, if you think something is impossible, you will not even try to do it.