gingerbeardman + animation   4

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

Copy this bookmark:



description:


tags: