Smoke.js is a lightweight JavaScript notification library that works as a replacement for the default alert
function and offers more user-friendly notifications.
It works by simply adding “smoke."
in front of the native alert
, confirm
and prompt
functions but they are now displayed inline.
Notifications can be themed with CSS, they use CSS3 animations + backgrounds (no images are used). It is even possible to customize each alert by specifying styles inside the functions.
And, it doesn’t require any JavaScript frameworks which is great for simple projects.
Compatibility: All Major Browsers
Download:https://github.com/jyoungblood/smoke.js/
via Webresourcesdepot