I have recently come across noty as a jquery plugin as I do not have much knowledge on javascript, I came across a problem when adding hyperlinks into the popup. I tried using the document.write for javascript but it does not work. I hope I can get some help here.
http://needim.github.com/noty/
My notification:
<script type="text/javascript">
noty({"text":"You have a new message."})
</script>
I have only added the part that displays the message to make it more direct. I tried to source for information all over google but couldn’t find anything related. any help would be appreciated. Thanks.
Just use
It will work.
Example: