Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 268 → Rev 269

/trunk/squelettes/js/jquery-collection.js
8,7 → 8,7
this.each( function() {
var addr = jQuery(this).text().replace(at,"@").replace(dot,".");
var title = jQuery(this).attr('title')
$(this)
jq(this)
.after('<a href="mailto:'+addr+'" title="'+title+'">'+ addr +'<\/a>')
.remove();
});