Currently, I am attempting to implement Respond.js in order to utilize CSS3 Media Queries on older versions of Internet Explorer. You can find more information about Respond.js at here.
Unfortunately, I seem to be encountering an "Access denied" message in JavaScript.
I have experimented with a solution similar to the one found at this link.
It appears that there may be some cross-domain setup required, although it is unclear to me why this is necessary. I simply need to test everything locally for now, as all files are stored locally. Any assistance in resolving this issue would be greatly appreciated.
If you know of any other user-friendly libraries that offer similar functionality, please feel free to suggest them as well.