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