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:Parsear archivo RTFArray con todos los paises del mundoPassword Reminders & Reset en LaravelAtributos (Attributes con JQuery)Plugin jquery para tablasSlider de imagenes + texto Oscar More by Oscar