You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
test | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
noticer.js | 1 month ago | |
noticer.min.js | 1 month ago | |
notifications.png | 1 month ago |
README.md
noticer
Маленькая библиотека для вывода уведомления на веб-странице с плавным появлением и исчезновением. Построена на базе библиотеки jQuery.
Использование
{
noticer = new Noticer;
noticer.success("This is success notice");
noticer.warning("This is warning notice");
noticer.error("This is error notice");
}