.load Question

.load Question

I'm trying to use .load to get a simple web page. In the documentation for the .load function, I see that I can just return parts of page.  I pass through the <body> element in order to just get the body, and not the headers of the html document, however in FireFox, it seems to still be returning all the headers. How can I use .load to ignore the headers.