jNotify demonstration

Click here to see the jNotify box

Change options






Positions
 - - 









(only for top and bottom positions)




Disabled if 'autoHide' is true







JS code

<!-- JS to add -->
<script type="text/javascript">
  $(document).ready(function(){
    $("a.jnotify_exemple").click(function(e){
	  e.preventDefault();
	  jNotify(
		'Here the message !!<br />You can write HTML code <strong>bold</strong>, <i>italic</i>, <u>underline</u>',
		{
		  autoHide : true, // added in v2.0
		  clickOverlay : false, // added in v2.0
		  MinWidth : 250,
		  TimeShown : 3000,
		  ShowTimeEffect : 200,
		  HideTimeEffect : 200,
		  LongTrip :20,
		  HorizontalPosition : 'center',
		  VerticalPosition : 'top',
		  ShowOverlay : true,
   		  ColorOverlay : '#000',
		  OpacityOverlay : 0.3,
		  onClosed : function(){ // added in v2.0
		   
		  },
		  onCompleted : function(){ // added in v2.0
		   
		  }
		});
	  });
    });
</script>

How can you help us ?

If you love our work, you can show us your admiration by having a look on the ads, free for you, good for us =).THANKS !