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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.