We have an HTML page with multiple div
blocks. We want to separate these div's into multiple files and then combine them all together into a single file - is it best to use server side includes (JSP in our case) or client side includes?
Note that we're using JQuery - not sure if JQuery has a clever way to do the includes.