JQuery notify by WOLK
Demo: https://wolkkr.github.io/wnotydemo/
4 type success, error, warning and info
$.wnoty({
type: 'error',
message: 'message'
});| Option | Value |
|---|---|
| position | "top-left", "bottom-left", "top-right", "bottom-right" |
| types | "error", "success", "warning", "info" |
| autohide | true\false |
| autohideDelay | 2500 (default) |