i'm have problem with confirm Jquery..
if
confirm("Confirm yes or no", function () {
alert('button yes clicked');
});
this mean, if i click button "Yes" this show alert("button yes clicked") , but how is i'm click button "No " ? i'm want to run alert (button No clicked)
thanks.. sorry for my english