I am not able to remove the jGrowl notification.
Add:
$.jGrowl(text, { sticky: true, header: header, theme: 'aa', growlId: tag});
Remove:
$("div#" + tag).trigger("jGrowl.close").remove();
For adding, I am seting "growlId" and using that growlId to remove it. What am I doing wrong ?