jamie7
09-28-2010, 07:55 PM
Hi,
Using the .load function i need to reload a php function into a div. I know it must be somewhere on the internet but after hours searching i still can't work out how to do it.
$j('#container').fadeOut(600).load('/test.php').fadeIn(600);
The PHP function also needs to be able to define a variable eg... function('variable')
Thanks in advance :)
Using the .load function i need to reload a php function into a div. I know it must be somewhere on the internet but after hours searching i still can't work out how to do it.
$j('#container').fadeOut(600).load('/test.php').fadeIn(600);
The PHP function also needs to be able to define a variable eg... function('variable')
Thanks in advance :)