php_guest Posted June 2, 2009 Share Posted June 2, 2009 I want to load everytime user click on Add more a page test.php where are inside html stored text fields for form. The problem is everytime I call the function, it remove the first test.php and show again test.php but it should show an extra one without removing the first one. How to do that? $(function() { $('#clickme').click(function() { $('#include').load('test.html'); Thank you Link to comment https://forums.phpfreaks.com/topic/160711-jquery-problem-with-load/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.