Greetings,
What am i doing wrong!?
sym.$("Text").html("<span class='test'>send email - no mailto:</span>");
sym.$("Text2").html("<span class='test'><a href='mailto:info@test.com' target='_blank'>send email - mailto:</a></span>");
sym.$(".test").css({"color":"#b91c1c","text-decoration:":"none"});
output:
send email - no mailto:
Thanks in advance
Best regards,