jQuery.mb.extruder version 2.0 is out

I just published a relevant update of jquery.mb.extruder plug in. Now you can locate it on top, left, right or bottom border of the browser window. You canalso choose to close or not other panels once a new one is opened. go to the component page!

jquery.mb.extruder 1.8.1

There was a bug on Webkit browsers that prevent the correct align of the extruder flaps. Solved! get the update now! Changes: line: 59: var extW= this.options.position==”left”?1: this.options.width; line 70: {position:position,top:0,left:0,width:1}; line 77: wrapperStyle={position:”absolute”, width:this.options.position==”left”?1:this.options.width}; line: 218 extruder.find(‘.content’).animate({ width: 1 }, opt.slideTimer,function(){ line: 219: extruder.find(‘.ext_wrapper’).css({width:1});

What is new in jQuery 1.4. Features for a happy programming

jQuery team have done a great work  in this new 1.4 release. The new release of jQuery has come out with many new features and code optimization (http://api.jquery.com/category/version/1.4/) to ease manipulate and traversing DOM elements. The most impressive improvement is internal calls reduction to perform jQuery methods, with a significant increase in performance: Lets take … Read more

jQuery.mb.scrollable 1.5.7

The new 1.5.7 release is out. Added goToPage method. $(myScrollable).goToPage(pageNumber, noAnimation); params: pageNumber: (int) the number of the page you want to get; noAnimation: (boolean) if the transition should be animated or not. get it now!