Same-domain Ajax example
Retrieve content from same domain.
Here I attempt to retrieve content after page load using standard Ajax. The content is pulled from the same domain -- no cross-domain tricks needed. I've seen sites where their Ajax-driven content is crawled by search engines... will it work here?
This was implemented using jQuery