Answers for "jquery alert with yes no"

0

jquery alert with yes no

if (confirm('Are you sure ?')) {
        console.log('ok');
    }else
    {
      console.log('cancel')
    }
Posted by: Guest on April-29-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language