I\'m trying to create a website where each of several pages has the same title bar -- a pretty standard problem. To load the title bar\'s HTML, I use jQuery\'s \"load\" method:<
Jquery ajax is limited to the same domain policy, local file or localhost file, as long as it is not the same domain as your script's hosting domain, it will not work.
You need to enable the CORS (Cross-Origin Resource Sharing) on the remote server you are loading the file from.