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 para subir archivos (multiupload) Html5, Flash...Plugin jquery para tablas Oscar More by Oscar