Notifly Demo

Basic

$.notifly({
  header  : 'Header',
  content : 'Some demo content ♥'
});		

Top

$.notifly({
	type		: 'top',
	header	: 'Up here',
	content	: 'This is an example of the top notification type',
	inout		: 250,
	delay		: 3000,
});		
Fork me on GitHub