jNotify demonstration
Click here to see the jNotify box
Change options
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 !
Last News
QapTcha 4.1
Wed 7th MarchNew option 'autoSubmit' : auto submit form when the user has dragged it to end.