|
When trying to use the MB extruder at fictionpost.com, I will receive a javascript error and the second tab will not display ONLY WHEN I use the url:'../../..html' in the div tag. However, when I have INLINE content for both tabs, it works without error in IE8. The Javascript error is the following:
My code is the following:
Any help would be greatly appreciated. |
|
Does your web server accept ajax POST requests? Usually this kind of error depends on security settings of the web server where your site is hosted. If this is your case, you can solve your problem just changing all the ajax call in mbExtruder.js from POST to GET: lines 172, 284. Hope this can help you. I already tried changing the POST to GET and it didn't work. If it works in Firefox / Chrome and NOT in Internet Explorer, that would indicate that it is not a POST / GET problem. The line in question in the jquery file (5113): xhr.open(type, s.url, s.async);
(May 17 '10 at 14:10)
Cedric Effpy
|
|
Is there a possible update to this issue? I still haven't been able to solve it. I don't have this issue on IE; are you sure it doesn't depend from your HTML...? for example: what is the DOCTYPE of your page? did you try with absolute urls...? Do you have a public URL where to see the page code?
(May 25 '10 at 17:36)
Matteo Bicocchi ♦♦
|


