Hello.
On a custom Wordpress theme I've written, I'm using fadein on all images. It seems to work, but I'm not sure I'm using the best code, and sometimes jitters on load. I'd appreciate if you could give it once over.
The production site is
here
header
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
- </script>
footer
- <script type="text/javascript">
- $('img').hide().fadeIn(1000);
- </script>
many thanks for your time, really enjoying learning jquery