mete todo en un contenedor y dale el evento a ese elemento asi buscas la imagen y le cambiasel atributo
algo asi
Código HTML:
Ver original <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript"> $( function (){
a = 'http://www.todoroms.com/img/fichas/cached/2010/10/40/713908-50x100.jpg';
b = 'http://php-freelancer.in/wp-content/uploads/2010/04/jquery.gif';
$('.event-button').hover( function(){
$(this).find('img').attr('src', b);
}, function (){
$(this).find('img').attr('src', a);
});
});
<div class="event-button"> <img src="http://www.todoroms.com/img/fichas/cached/2010/10/40/713908-50x100.jpg" />