AntonioVidal edited Actividades desarrolladas.tex  almost 10 years ago

Commit id: ae05485405bbe741b51818848f01244090a33d6a

deletions | additions      

       

(function($) {  $.fn.tmMail = function(user, site) {  this.each(function() {  var string = 'href="\m\a\i\l\t\o:' href="mail  to:'  + user + '\@' '@'  + site + '">' + user + '\@' '@'  + site + ''; $(this).append(string);  });  };