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"
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"
2 matches
Mail list logo