jQuery.mb.containerPlus 2.3.5 (new release)
I just update mb.containerPlus to version 2.3.5 solving several bugs on state control:
|
1 2 3 4 |
1. if fullScreen once iconized and restored the height wasn't reset correctly; 2. if iconized and mb_resizeTo generate a bug; now you simply can't mb_resizeTo if iconized; 3. better controll of each state of container; |




Hi Matteo,
I’m trying to repackage some perl .cgi scripts and would like to use mb.menu to call the cgi’s but present and use the cgi form controls inside one of your containers – like I might using an iframe. Do your containers support this functionality? If so,
how can I get the cgi output to to display where you have [content here] in your demo?
This is very nice stuff. I hope it can work for me.
Mike
Hi Mike,
if your cgi returns valid HTML you can call it via ajax using the builtin method: $(“#[your container ID]“).mb_changeContainerContent(url, data);
that function can be invoked by any event in the page.
To get mb.containerPlus doc go to: http://code.google.com/p/mbideasproject/wiki/mbContainerPlus
bye,
Matteo