get body content

get body content

Can someone tell me how to use JQUERY get to only retrieve what's between the <body> tag of a page?

Right now I'm using this...I want to be able like I said to only return what's between the <body> tags.
$.get(link.href, function(returned_data){alert(returned_data);});


Aka...I do not want the header content.