Hi ! I am trying to add a link with mailto such as
else jQuery("li.project").html("<a href='mailto:me@mymailadress.fr'>Contact</a>")});
But when i click this link, the mail program is not opening, i just have my browser website path updated such as
http://localhost:8888/website/index/mailto:me@mymailadress.fr
Maybe i have done something wrong ?