Jump to content

jquery problem with load


php_guest

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.