All the links are pointing to www.google.com
// Default settings, can be overriden outside
$.fn.yesno.defaults = {
text: "Are you sure you want to do this?", //text in body
yes: "Yes", //text in confirm button
no: "No", //text in cancel button
title: "Are you sure?", //title of modal
post: false, //if element action=post and type!="submit"
formid: "" //id of the form to post
};
$.fn.yesno.parameters = {
autoinit: true, // if false, you need to init script manually
buttonminwidth: "100px" // min width of buttons
};