.load() Works But Duplicate Page Appends Itself To Target Div

.load() Works But Duplicate Page Appends Itself To Target Div

Hello everyone, 

I'm pulling info from a database and having it append html with the pulled info to the target div with .load(). It works but, it appends a duplicate copy of the page itself (html, javascript, meta tag code in all) to the target div first, then after that it appends what I want. How do I stop this from happening?