maniqui / jQuery-notification

An easy, iOS-like notification plugin for jQuery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage
	
	With default settings:
	
		$.notification('This is a notification!');
	
	With custom settings:
		
		$.notification('This is a notification!', {
			className: 'jquery-notification',
			duration: 2000,
			freezeOnHover: false,
			hideSpeed: 250,
			position: 'center',
			showSpeed: 250,
			zIndex: 99999
		});


Demo
	
	http://labs.abeautifulsite.dev/jquery-notification/

About

An easy, iOS-like notification plugin for jQuery.


Languages

Language:JavaScript 100.0%