Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/04/2011, 04:05
Blashak
 
Fecha de Ingreso: noviembre-2007
Mensajes: 471
Antigüedad: 16 años, 5 meses
Puntos: 2
hover option select

Buenas,

Hay alguna forma de ir haciendo alert a medida que vas moviendote por un select option??
yo hice este codigo pero no me funciona.

Código Javascript:
Ver original
  1. $('#selec option').hover(function() {
  2.     alert("s");
  3. });

saludos