I am implementing a growl notification system. Most of the scripts I checked are using a hide()
method after the notification shows up. This makes the DOM persist inside the page after getting timedout. When we have a lot of notifications, the DOM count keeps on increasing. Can some one help me with this script, so that I can really remove the DOM element instead of setting a display:none
?
script : http://iambot.net/demo/tinypop/tinypop-1.0.js
Thank you.