
jQuery.XFrame is a client-side include system built on top of AJAX. It is designed to simplify the development of cache friendly dynamic websites by simplifying the complexity of combining static content with dynamic content (or more generally, content with different caching strategies).
- Simplify static and dynamic generated content by using an XFrame.
- Recursively update all content on a page with a single call:
$.xframe()!
Source Code
Source code is available at GitHub.
Follow Me