Ya atau Tidak kotak konfirmasi menggunakan jQuery
Saya ingin peringatan ya / Tidak menggunakan jQuery, alih-alih tombol ok / Batal: jQuery.alerts.okButton = 'Yes'; jQuery.alerts.cancelButton = 'No'; jConfirm('Are you sure??', '', function(r) { if (r == true) { //Ok button pressed... } } Ada alternatif