Tag: jconfirm

是或否使用jQuery确认框

我想是/没有警报使用jQuery,而不是/取消button: jQuery.alerts.okButton = 'Yes'; jQuery.alerts.cancelButton = 'No'; jConfirm('Are you sure??', '', function(r) { if (r == true) { //Ok button pressed… } } 任何其他的select?