Posted in Ajax JqueryRollover mediante Jqueryby Oscar•4 octubre 2010•0 $("img#modificabt").hover( function(){ toNormal = $(this).attr("src"); toOn = "public/img/buttons/modificar_on.gif"; $(this).attr({ src: toOn }); }, function(){ $(this).attr({ src: toNormal }); } ); Entrades relacionades:Atributos (Attributes con JQuery)Plugin jquery para tablasSlider de imagenes + textoRollovers de imagenes con JqueryImprimir elementos con jqueryVisualizador popup con CSS Oscar More by Oscar