Are there any framework independent javascript growl style notification libraries? Most everything I've found (jGrowl, Gritter, etc.) relies on jQuery or some other major library. I need this as part of a drop-in widget I'm developing and it needs to be as lightweight as possible, and I don't want to introduce dep开发者_如何学Cendencies on another library.
I'd like to avoid writing this part from scratch. I suppose I could gut one of the jQuery based options and jQuery dependencies into only what's necessary.
Here is one: Humane-JS
I haven't got a chance to use it yet but I like the demos.
how about this one? Smoke.js
5 years late but well I recently made one a couple of weeks ago. It's also customizable as in you can override it with your custom css and/or make resuable presets too. It's on my github
精彩评论