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

IE is telling me that there is an error, but I don't know how to solve it, unfortunately.

I have just opened firebug, and it described the error better:

"mbGallery.js (line 61)" gallery is undefined

61 if (gallery.initialized){
62 $(gallery).mb_closeGallery();
63 return;
64 }

Any idea on how to solve this??? thank you a lot!!!! =)

asked Nov 17 '10 at 19:55

marcioacro's gravatar image

marcioacro
1


It seams that there's something wrong in your gallery initialization code (you are referring to something that doesn't exist in the DOM of your page); do you have a public URL where to see te code? Bye, Matteo

answered Nov 19 '10 at 15:18

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Nov 19 '10 at 15:18

Matteo, thanks for your answer. http://rafaelcoss.dominiotemporario.com/site_ranch/indexnew.asp

here it is. I am sorry for the code, I still did not have time to organize it.. I just can't understand why this problem is happening. I've tried several times to change the parameters, but nothing solved this problem.

thank you very mych. bye, marcio.

answered Nov 19 '10 at 15:46

marcioacro's gravatar image

marcioacro
1

Matteo, what is weird is the fact that i've been using the gallery for a while with no problems.

This error occur only when I put a containerPlus in the same page.

Take a look at the code. I don't want to insert the content of the container into a whole page only to solve this problem. =(

http://rafaelcoss.dominiotemporario.com/site_ranch/indexnew.asp

thank you again, bye, Márcio

answered Nov 22 '10 at 16:45

marcioacro's gravatar image

marcioacro
1

Your answer
toggle preview

jQuery main site - Matteo Bicocchi