$(function() { $('.lightbox_item').lightBox(); //$("img").load(function() //{ var mySections = $("#page_content div,#page_content ul").hide(); mySections.each(function (i) { $(this).delay(i * 300).fadeIn(); }); //}); });