1

How can i include a link in jgrowl notification box so that it is clickable?

pivotal developer
  • 503
  • 3
  • 16
  • 31

1 Answers1

3

Have you tried it? This seems to work just fine for me?

$.jGrowl('<a href="http://www.google.com">Link</a> working?');
polarblau
  • 17,649
  • 7
  • 63
  • 84