Skip to content

WOLKkr/wnoty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

wnoty

JQuery notify by WOLK

Demo: https://wolkkr.github.io/wnotydemo/

alt text

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)