For some situations we need to clear all other notifications before create one.Here we have 4 sticky notifications and i want clear other notifications when i click start.
$('#start').on('click',function(){ $.amaran({ 'message' :'My first example!', 'clearAll' :true }); });