estoy probando el hover de jquery y tengo este codigo sencillo y el problema es que no hace nada...
Código
<script type="text/javascript" src="js/jquery-1.9.0.js"></script> <script> $("#op1").hover( function() { alert("entro"); }, function(){ alert("no entro"); } ); </script>
Código
Si alguien me pudiese ayudar se lo agradeceria