browserstate / ajaxify

Ajaxify your entire website instantly with this simple drop-in script using the HTML5 History API with History.js and jQuery ScrollTo.
601 stars 94 forks source link

Issue loading content #22

Open cgrant992 opened 11 years ago

cgrant992 commented 11 years ago

I'm having a little trouble getting ajaxify to load the content correctly. I have the content selector set as #content, which just contains the page content, not the header/footer or anything, but whenever I click an "ajaxified" link, it loads the whole page into the #content div. Is there anyway I can just load the #content div on pages instead of the whole page?

Also when the load is complete, the page title is display above the header as well.. any idea why?