以下のコードをこの jQuery Confirm に置き換えるにはどうすればよいですか:
jQuery Alert Dialogs (Alert, Confirm, & Prompt Replacements)
とコード:
OnClientClick="javascript:if(!confirm('Are you sure you want to delete this row?')){return false;}
およびjQueryの確認コード:
jConfirm('Can you confirm this?', 'Confirmation Dialog', function(r) {
jAlert('Confirmed: ' + r, 'Confirmation Results');
});
私は結果なしで多くの方法をテストします...
事前に感謝します