noticer/README.md

17 lines
522 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# noticer
Маленькая библиотека для вывода уведомления на веб-странице с плавным появлением и исчезновением. Построена на базе библиотеки [jQuery](https://jquery.com/).
## Использование
```js
{
noticer = new Noticer;
notice.success("This is success notice");
notice.warning("This is warning notice");
notice.error("This is error notice");
}
```
![notifications](notifications.png)