[jQuery] Condense this function

2009-01-14 Thread DJCarbon43
Being a bit of a newfie, I was wondering how this function could be condensed: $(document).ready = setTimeout(function(){ $(".sticky1:hidden").fadeIn(500); }, 100); setTimeout(function(){ $(".sticky2:hidden").fadeIn(500); }, 200); setTimeout(function(){ $(".sticky3:hidden"

[jQuery] Condense this function

2009-01-14 Thread DJCarbon43
Being a bit of a newfie, I was wondering how this function could be condensed: $(document).ready = setTimeout(function(){ $(".sticky1:hidden").fadeIn(500); }, 100); setTimeout(function(){ $(".sticky2:hidden").fadeIn(500); }, 200); setTimeout(function(){ $(".sticky3:hidden"