Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

(mb)Containers, a jQuery component for full customizable and featured container layout


Average rating
(9 votes)

This is a useful plug in to build full featured and full skinnable containers.
The container can be set to draggable, resizable, collapsable and minimizable.

dependencies:

ui.core.js
ui.draggable.js
ui.resizable.js

How does it work:

here is the js call:

$(function(){
$(".container").buildContainers();
});

here is the code for each container:

<div class="container stikynote draggable resizable" style="width:400px; top:270px;left:170px" buttons="i,m,c">
<table cellpadding="0" cellspacing="0" class="containerTable">
<tr class="top">
<td class="no"> </td>
<td class="n"><a href="">Stiky note</a></td>
<td class="ne">&nbsp;</td>
</tr>
<tr class="middle">
<td class="o"> </td>
<td class="c" >
[your content goes here...]
</td>
<td class="e"> </td>
</tr>
<tr class="bottom">
<td class="so"> </td>
<td class="s"></td>
<td class="se"> </td>
</tr>
</table>
</div>

The container can be set to draggable and resizable by adding "draggable" and/or "resizable" to the class attribute; ther's a custom attribute called buttons that accept: i [iconize], m [minimize], c [close] as value to add buttons to the buttonbar. You can also add a left top corner icon by adding the attribute "icon" with the icon path as value.

I'm working to a div box model container with many new feature; hope soon here!

demo page: http://pupunzi.wordpress.com/2009/01/18/jquery-mbcontainers/

Releases

Official releasesDateSizeLinksStatus
1.1.012009-Jan-184.26 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.
1.2.02009-Mar-064.68 KBRecommended for 1.3.xThis is currently the recommended release for 1.3.x.