Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 278 Bytes

bootstrap-modal-confirm

The confirm modal made with Bootstrap and jQuery

示例

$.Modal({
    title: "模态框标题",
    content: "模态框内容",
    btnCancel: "取消",
    btnOk: "确定"
})
.do(OKHandler, CancelHandler);