Ask questions and get good answers on jQuery

vote up 1 vote down
star

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()

flag

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.