/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jQuery(function($) { (function n(e){ e.eq(0).fadeIn(99, function(){ n(e.slice(1)) } )} )($(":visible").hide()) })