代码:
在 Jquery 对话框中,
$('#status-dialog')
.dialog({
hide: 'fade',
autoOpen: false,
resizable: true,
title: 'Status',
modal: false
});
索引.cshtml
<div class ="cb-status">
<input id="accept-cb-name" type="checkbox"/>
By Name<br /><br />
</div>
如何在 jquery 对话框标题(“状态”)栏上显示复选框?