9
はいまたはいいえjQueryを使用したボックスの確認
[OK] / [キャンセル]ボタンの代わりにjQueryを使用して[はい] / [いいえ]のアラートが必要です。 jQuery.alerts.okButton = 'Yes'; jQuery.alerts.cancelButton = 'No'; jConfirm('Are you sure??', '', function(r) { if (r == true) { //Ok button pressed... } } 他の選択肢はありますか?