Crossfade an image with JQuery

say I have an image:


I want to cross fade this img to ‘images/2.jpg’…How can I do that with jquery? thanks!

add this plugin to your page: http://malsup.com/jquery/cycle/

change your html to something like:


Perfect, thanks!

Nice looking plugin, I will have to add this one to my list.