Thanks for the reply, but im not exaclty sure how i go about picking a
piece of the page and putting it into a div... i jsut cant seem to
find out anywhere how to do this :(..
$("#nav").fadeOut("fast");
$("#content").fadeOut("fast");
$.get("http://www.site.com/mypage", function() {
$('#nav').fadeIn("slow");
});
i just need to know how i go about getting the contents of the #nav
and # content div from the mypage get request and putting it into the
#nav and #content div's on the current page..
Thanks