For some situations you need to disable click to close.In this example i want my notification sticky and stay i dont want user close it.
$('#start').on('click',function(){
$.amaran({
'message' :'My first example!',
'sticky' :true,
'closeOnClick' :false
});
});