I was wondering if anyone knew about any free AJAX frameworks to automate the process of loading webpages via AJAX in a website. For example, given the following site template:
[header]
[content]
[footer]
Is there a framework that will allow me to cause every hyperlink to just send an AJAX request for a new content file and then throw that in the content area? I’m sure I code that myself without a whole lot of extra effort, but I figured by now there has to be a standard solution out there…thanks.