$('#page').slideUp('slow');
var toLoad = window.location+' #page';
$('#page').load(toLoad,'');
$('#page').slideDown('slow');
I dont think it will work..
Normally I will do like this.. $('#page').load(toLoad,'').slideDown('slow');
or you need to use animate
jQuery help
Mar 1 2010, 08:30 PM
Quote
0.0134sec
0.66
6 queries
GZIP Disabled