showing results for - "alert library css and js"
Julian
23 Jan 2016
1
2alertify.confirm("This is a confirm dialog.",
3  function(){
4    alertify.success('Ok');
5  },
6  function(){
7    alertify.error('Cancel');
8  });
9