Sticky option setted false by default.If you want to make your notification sticky you have to set to true.
$('#start').on('click',function(){ $.amaran({ 'message' :'My first example!', 'sticky' :true }); });