I'm making quick prototypes and would like to include files. Usually I put things on a server and use PHP (or whatever) to include files (header, nav, bodyMain, bodySec). Now I don't have that option. iFrames are such a poor substitute that I would rather keep everything in one file.
Is there any way to use jquery's load() and somehow pass something to avoid the "'Access-Control-Allow-Origin" error?
Again - there are no server options here, no IIS nor Apache options.
Is there any workaround - or am I out of luck?