Answers for "jquery before submit alert yes no"

C#
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

C# Answers by Framework

Browse Popular Code Answers by Language