|
is that by design? is jquery.mb.extruder.2.1 only made with ie only in mind? this is the error i get in firebug (firefox 3.6) Node cannot be inserted at the specified point in the hierarchy" code: "3 [Break On This Error] fragment.appendChild( ret[i] ); in chrome/safari i do not get any content in panels, && the top & bottom panel does not work.
This question is marked "community wiki".
|
|
First: All my components are made with all except IE in mind :-) Second: Whit the new 1.5 version of jQuery all the ajax call made locally will not work either on FF or on Webkit based browser. so, to let it work locally on your computer you should work inside a webserver environment (http://localhost/myfile.html). If you don't know how to configure a local webserver than you can just change the the jquery to a previous version:
If the problem persist once you publish it on line that means your server has a limitation that doesn't allow POST requests for ajax call and you should than change some lines of code in the mbextruder.js script; whenever you find And keep your life easy.
This answer is marked "community wiki".
1
Take a look at this short article about the problem: http://pupunzi.open-lab.com/2011/04/24/jquery-1-5-2-ajax-module-and-local-files-issue/
(Apr 27 '11 at 05:42)
Matteo Bicocchi ♦♦
|


