Dynamic webpage content

Posted by SQLiteNoob on Stack Overflow See other posts from Stack Overflow or by SQLiteNoob
Published on 2012-10-31T04:50:36Z Indexed on 2012/10/31 5:01 UTC
Read the original article Hit count: 83

Filed under:
|
|
|
|

I have a website with a jQuery UI navigation, and I've got ajax working to dynamically change content between html files. I'm basically just replacing the contents of certain div ids with the contents of other div ids. This still requires numerous HTML files and I was wondering if there was a way to have a single html file and load content into the main page from it instead? What about an xml file?

Thanks for the tips and advice about best practices and possible solutions.

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery