I thought this would be a simple things to do, but been searching about an hour...
I'm trying to use jquery fadein for all images on a WP site.
I've got as far as loading jquery
but then all the things I find online are really complex, is there a simples .js I can load to apply fadein unilaterally to any image loaded?
update: I've worked around the problem: by ditching the WP enqueue and going with the google url. so the problem here is WP specific
$('img').hide().fadeIn();– Tom J Nowell Aug 22 '12 at 21:23