jquery.mb.extruder updated to version 2.3
jquery.mb.extruder has been updated to version 2.3 This release fixes several bugs and introduce a new parameter to control the open on mouseover behaviour: “autoOpenTime” (0= do not open onmouseover – value in milliseconds) Go to the component page or see the demo
How to use a Yotube movie as background of your HTML page
One of the latest component I’m working on is an easy to build custom Youtube player. The new Youtube API allow developers to invoke a chrome-less AS3 player and use a javascript API to build our own controls, we have almost all the controls available: player.playVideo(), player.pauseVideo(), player.setVolume(), player.mute(), player.unMute(), player.getVideoStartBytes(), player.getVideoBytesTotal(), player.getVideoBytesLoaded(), player.getCurrentTime(), player.getDuration() … Read more
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 … Read more
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” });















