jQuery append HTML with javascript link
- by m4mpfi
I have a situation where I should append html with jQuery. Within this html there is an a-tag with javascript as link.
How can I solve this?
$(".messages-wrapper").append('Chat öffnenChat öffnen')
Thanks!!