Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

remove text style from link

$
0
0

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:

send email - mailto:

 

 

Thanks in advance


Best regards,


Viewing all articles
Browse latest Browse all 9897

Trending Articles