I need a confirm popup which shows Yes and No
Now there is javascript confirm
function which shows OK Cancel
buttons and always gets displayed on the top of the page.
Is there a Jquery function which shows Yes/No
?
Or at least is there a way to show the Javascript popup next to the button which makes it popup?
So far my search points to make a custom popup..
Note: the proposed link is not a duplicate: It does not answer part of my question which asks for making popup next the button.