|
I have a container, and just when iconized i wanna use the .mb_changeContainerContent(url,data) to change the content; How can i do this? Thanks |
|
there’s a onIconize callback function where you can pass whatever you need; it get one argument (o) rapresenting the referred container.
If you have more than one container on your page but you need to add the event to a specific one you should init this separately:
Even if your container has the same class of the others it will be skipped by the second initialization. Otherwise you can add your own custom class to initialize each specific containers (doesn’t need to use “mbContainer”). |


