jQuery append HTML with javascript link

Posted by m4mpfi on Stack Overflow See other posts from Stack Overflow or by m4mpfi
Published on 2010-04-13T15:51:23Z Indexed on 2010/04/13 15:53 UTC
Read the original article Hit count: 460

Filed under:
|
|
|

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!!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about append