I am working on a page that needs to import one HTML file into another using JQuery's "load" command. It should be fairly simple - it pulls in the content of the site header (logo image, search box, menu bar).
On my test page it works, but in the live storefront it doesn't work, and I can't figure out why.
Here's the line in my JS file - very simple:
$("#x-head").load('http://www.sunandfuninoc.com/testingsites/jxinstalls/topparts/ebay/head.html');
The HTML div that should be populating looks like this on my main page:
Here's the test page that's working brilliantly: http://www.sunandfuninoc.com/testingsites/jxinstalls/topparts/ebay/store.html
Here's the live site that's not loading at all: http://stores.ebay.com/Top-Parts-Store
Any ideas? Thanks!