I have a page full of images and I want each of them to fade in when loaded. I have the following code which works but seems buggy, basically sometimes not all the image fad
are you calling that function in the Document.ready?
$(document).ready(function() { // put all your jQuery goodness in here. });
http://www.learningjquery.com/2006/09/introducing-document-ready