View Single Post
Old 06-02-2009, 11:44 PM   PM User | #1
php_guest
New Coder

 
Join Date: Jun 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
php_guest is an unknown quantity at this point
jquery problem with .load

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?

$(function() {

$('#clickme').click(function() {
$('#include').load('test.html');

Tnx!
php_guest is offline   Reply With Quote