jQuery .load() not working in Chrome

It’s the “same origin policy” as interpreted by Chrome (or a bug with the same effect). Try running Chrome with --allow-file-access-from-files.

Leave a Comment