gingerbeardman + jquery   14

Sequentially chain your callbacks in jQuery – Three ways « Paul Irish
(function hidenext(jq){
jq.eq(0).fadeOut("fast", function(){
(jq=jq.slice(1)).length && hidenext(jq);
});
})($('div#bodyContent a'))
animation  javascript  jquery  sequential  fade  loading  effect 
may 2011 by gingerbeardman
jScrollPane
jQuery plugin that allows custom vertical browser scrollbars, styled using CSS.
scroll  custom  scrollbars  javascript  plugin  css  jquery  scrolling  scrollbar 
february 2009 by gingerbeardman

Copy this bookmark:



description:


tags: