DOM jQuery: Fade Images In On Load Normally in jQuery, you put all of your code in the following block of code: $(document).ready(function() { // Stuff to do as soon as the DOM is ready; }); and that allows you to