13/04/2011, 09:12
|
| | Fecha de Ingreso: noviembre-2007
Mensajes: 471
Antigüedad: 17 años, 1 mes Puntos: 2 | |
Respuesta: hover option select Cita:
Iniciado por Dany_s
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"); }); });
mm copie y pegue tu codigo y tampoco funciona. |