|    
			
				13/04/2011, 08:36
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: diciembre-2009 Ubicación: Misiones 
						Mensajes: 867
					 Antigüedad: 15 años, 10 meses Puntos: 65 |  | 
  |  Respuesta: hover option select  
    
Código HTML:
 Ver original        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> $( function(){     $('#select option').hover( function(){        alert("asd");    }); });       
     |