jQuery(function ( $ ) { $('#small a').click(function ( e ) { $('#big img') .hide() .attr('src', this.href) .fadeIn('slow'); return false; }); });