Ask questions and get good answers on mb.jQuery.components

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".

asked Apr 23 '11 at 23:50

geekbuntu's gravatar image

geekbuntu
1


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:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

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 type: POST change it in type:GET.

And keep your life easy.

This answer is marked "community wiki".

answered Apr 24 '11 at 07:08

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Apr 25 '11 at 06:04

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 ♦♦
Your answer
toggle preview

jQuery main site - Matteo Bicocchi