Ask questions and get good answers on jQuery

I was having fun adding the ability to shade the containerPlus container on top with a different theme than the ones beneath it similar to the active/inactive window idea in operating systems.

I ran into a problem with changing the code for the mb_BringToFront()/mb_bringToFront() function in the containerPlus code because it was being overwritten by a redeclaration of the function in the mbmenu code. I wasn't sure this was intended so I thought I raise the issue here to see what you thought about it.

I temporarily fixed it in my containerPlus by mass renaming the function to mb_containerPlus_BringToFront()

asked Jan 21 '10 at 21:11

John%20Saterfiel's gravatar image

John Saterfiel
211


Yes, this function is trasversal to all my components so, changing it while you are using more than one mb.components you can have problems. I think that renaming it is a good solution if you need to make some changes.

answered Jan 24 '10 at 20:47

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

Asked: Jan 21 '10 at 21:11

Seen: 220 times

Last updated: Aug 09 '10 at 05:23

Related questions

jQuery main site - Matteo Bicocchi