It works just fine. Now i also have a link with an onclick event to change the content of #bubble as follows:
- <a href="#" onclick="$('#bubble').html('New content');return false;">Change</a>
The problem is the link does not do the typewrite effect when it shows the new content. It shows the new text, but without the effect. How do i apply the effect to the new content as well?