Let your content look great!
This is a useful plug in to build full featured and fully skinnable containers. The container can be set to draggable, resizable, collapsable and minimizable.
v. 3.5.0
see the demo download it see the documentation
What’s new in 3.5.0:
- Many improvements on creating new methods, adding buttons to tool bars and button bars.
- Completely rewritten the constructor code.





[...] jQuery mb.containerPlus [...]
[...] Source Demo [...]
Ciao Matteo,
congratulazioni per les librerie, direi anche indispensabili
Oggi ho installato mb.containerPlus ma ho un syntax error :
SyntaxError: syntax error
error source line:
small, strike, strong, sub, sup, tt, var,
mb.con…lus.css (linea 26, col 37)
Utilizzo l’ultimo Firefox.
Grazie in anticipo per il tuo supporto
Ciao
Giovanni
Ciao Giovanni,
Quello che mi stai segnalando come errore in realtà sono avvisi riguardanti il CSS e non sono bloccanti. Mozilla (Firefox), così come Webkit (Safari e Chrome), mostrano come errori l’utilizzo di classi CSS non in linea o non ancora definite ufficialmente dal W3C. Sulla console puoi escludere (e te lo consiglio) sia gli avvisi che gli errori di CSS dato che non sono mai bloccanti, tenendo attivi solo gli errori JS per verificare reali problemi.
Ciao,
M
Grazie per la risposta
Correzione fatta e tutto funziona a meraviglia.
Ciao
Giovanni
Dear Matteo, I’ve implemented your beautiful script in http://www.screenturner.nl/x
(if you press “Onze visie op de filmmarkt” in the white bar at the bottom you’d normally get a draggable container)
But since a couple of weeks the plugin doesn’t seem to work, also the original demo of the 2.6.0 doesn’t work in the latest safari, chrome and firefox updates.
Would you know what could be the problem?
Thanks in advance for your time!
Kind regards,
Dylan
Hi Dylan,
Read this article where I explain why you are getting problems and where I give you the solution:
http://pupunzi.open-lab.com/2013/01/17/jquery-mb-browser-reintroduce-the-removed-browser-object-in-jquery-1-9/
Bye,
Matteo
Hi Matteo,
Your solution worked!:) Thank you for the fast reply.
Cheers, Dylan
Great Plugin. Tks for it.
I have a little problem.
I construct the container with defaults:
/* Gmap Container */
$(“.containerPlus”).buildContainers({
containment: “document”,
elementsPath: “/Content/container/elements/”,
mantainOnWindow: false,
onCreate: function (o) {
},
onResize: function (o) {
},
onClose: function (o) {
},
onCollapse: function (o) {
},
onIconize: function (o) {
},
onDrag: function (o) {
},
onRestore: function (o) {
},
});
then i have the following code:
/* Close/Open Map on Modal */
$(‘#contactModal’).on(‘show’, function(e) {
$(“.containerPlus”).mb_close();
});
$(‘#contactModal’).on(‘hidden’, function (e) {
$(“.containerPlus”).mb_open();
});
When I call the .mb_open, i get the following error:
Uncaught TypeError: Cannot read property ‘effectDuration’ of undefined
can you tell me what i do wrong ?
tks
Stefan
Hi,
You should provide me a public URL of that page to let me understand what is the problem.
Thnx,
Matteo
[...] 6. ConteinersPlus [...]
Ok nevermind I figured it out, I just replaced the old mbContainer.min.js file with the new mbContainer.js file. No need to help thanks for the awesome plugin! (:
Hi Mateo
We’ve spoken before. I used your plugin to make this site, http://www.those1kidds.com/ctec Updates to the browsers must of stopped the plugin from working again. Could you take a quick look at the source code and let me know what to do to get it working in the updated browsers. Thanks!
[...] (mb)ConteinersPlus [...]