The following code is not working in Chrome and I want to ensure that it works in all browsers:
P> Ajax should run through a splash screen which is in the I have tried to use the local file and hosted by Apache. What am I doing? Try adding url to a leading slash. This is a true relative path. $ Ajax ({url: 'homepage_marquee / marquee_panels.html', reference: document.body, async: false, success: function (data) {$ ('.marquee_panel_data') .html (data); SetupMarquee ();}}) ;
marquee_panels.html file. It only shows the first panel on ChromeI have not found any errors in IE9 and Safari works fine.
url: '/homepage_marquee/marquee_panels.html',
No comments:
Post a Comment