Thomas Woodard have written a new project called
DomAxh that takes a valid (X)HTML response (fetched through the XMLHTTPRequest object) and translates it to the page's Document Object Model, including
CSS and JavaScript. The project's website uses the library to display content in a slide show style, but I don't recommend you using hidden divs for SEO. From the website, this project is useful :
If you have a project that requires that your clients request and receive pieces of content in specific parts of a web application or web page without reloading the page. This is also interesting for you if you have an existing web project and you want to "Ajaxify" it without having to rewrite a bunch of code or going deep into Json's realm.