jQuery.mb.extruder 1.5
Just published the release 1.5 of jquery.mb.extruder with great new issue:
- modified the flipText behavior (stronger than before).
- added “positionFixed” param to control the position of the extruder (true id default and the extruder doesn’t scroll with the page; if set to false it scrolls).
- added a method to disable/enable a voice on the fly:
$.fn.disableExtruderVoice and $.fn.enableExtruderVoice
jQuery.mb.gallery 1.5.5
Published the new release of jquery.mb.gallery
Major issue and bugfix:
- Added a new param: containment to let you choose either to load the gallery into a specific DOM element (a div on your page context) or up over your page.
- Fixed a bug in IE that prevent the display of images if invoked a second time.
- Fixed a bug in IE that mismatch the top margin of the gallery.
- Now you can have links and images in the image description area.
- Images autosize according to the avaiable space.
jquery.mb.scrollable inline IE7 Bug
I found a bug on IE7 due to the unsupported “display:inline-block”…
I’ll fix it in the next release; for the moment you all can fix it changing the line 59 as below:
$(this.elements).css({marginRight:this.options.elementMargin, width:this.singleElDim, display:”inline-block”,float:”left” });
jQueryExchange, ask questions and get good answers on jQuery
http://jquery.pupunzi.com
A new Q&A space dedicated to all the jQuery community.
Going around the web looking for well structured jQuery community discussion points, I realized that there are several places where to find answers or suggestions but there isn’t a core space dedicated to Q&A, made exception to jQuery site that anyway doesn’t work as a Q&A tool.
I can find discussions on Stackoverflow, or in many blogs dedicated to all kinds of plug-ins, but there’s any place really dedicated entirely to the growing community interested on developing with the jQuery framework.
The intent of jQueryExchange is to give a referral for any kind of questions, issues, proposals for components, critics, solutions, etc. to all jQuery’s users and developers that want to participate and discuss on; it is built over the Stack overflow Q&A engine (Stack exchange) with all its features available.
Now jQueryExchange is waiting for your contribution to become a useful tool for all of you who needs or wants to give support on jQuery developing matters.
Enjoy it,
Matteo
jquery.mb.extruder 1.0
The new jquery.mb.extruder component is out!
This jquery component let you easly build a sliding panel where to insert any kind of content; it has builtin all the functionalities for managing menu lines and sub panels with accordion effect. It can get the content via ajax and therefore you can dynamically build it by passing DATA via request using the metadata attribute settable on the extruder container.
Go to the component page to view it in action and download the code!
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. 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;
Get visitors to read and remember your home page – the principles
A really nice blogpost, inspired by startuptodo.com, on how to get visitors remember your homepage, posted by my friend Pietro Polsinelli: http://pietro.open-lab.com/2009/10/19/get-visitors-to-read-and-remember-your-home-page-the-principles/
jquery.mb.scrollable 1.5 (new release)
In this release I added the possibility to choose the scroll direction of your content (horizonal or vertcal).
take a look at the component page where you can download the script.
jquery mb.menu 2.7.2 (new release)
In this release I’ve fixed two bugs:
2.7.2 bugfix:
if property openOnClick was set to true and there was an empty root menu, once you get out from the empty root menu it didn’t unselect his state.
2.7.1 bugfix:
Managed menuvoices with A HREF attr. Now when a menuvoice has an A HREF it remains an A HREF
a jquery mb.scrollable demo use
mb._scrollable short video
component page: http://pupunzi.com/#mb.components/mb.scrollable/scrollable.html









