Alertifier les exemples JS
alertify.set('notifier','position', 'bottom-right'); //top-left, top-right, bootom-left, bottom-right
alertify.message('Mensaje Normal',10, null);
alertify.notify('success','success',10, null); //mensaje, tipo, tiempo en segundo (0 siempre visible, quitar al hacer click
alertify.notify('error','error',10, null);
alertify.notify('warning','warning',10, null);
Depressed Dog