If I put any links in my messages, jGrowl removes them. Can I have links in jGrowl?
Asked
Active
Viewed 153 times
2
-
I've never seen this behavior, are these links coming from server-side in a update, are you sure they're not HTML encoded? – Nick Craver Jun 13 '10 at 13:55
-
They are hard coded. Am I suppose to do this differently? – pcasa Jun 13 '10 at 22:16
1 Answers
0
When I run this code in firebug console, jgrowl show message with clickable link:
$.jGrowl('<a href="www.stackoverflow.com">test</a>')

Lukasz Koziara
- 4,274
- 5
- 32
- 43