Als «confirm» getaggte Fragen

121
Ja oder Nein Bestätigungsfeld mit jQuery

Ich möchte Ja / Nein-Warnungen mit jQuery anstelle der Schaltfläche OK / Abbrechen: jQuery.alerts.okButton = 'Yes'; jQuery.alerts.cancelButton = 'No'; jConfirm('Are you sure??', '', function(r) { if (r == true) { //Ok button pressed... } } Irgendwelche anderen