alerte jQuery avec oui non

    if (confirm('Are you sure ?')) {
        console.log('ok');
    }else
    {
      console.log('cancel')
    }
Agreeable Angelfish