如何自定义删除确认消息

How customize delete confirmation message

本文关键字:确认 消息 删除 自定义      更新时间:2023-09-26

HTML:

我不想要早期型号中显示的确认框,我正在尝试自定义确认弹出框。下面是我的代码:

<div id="add_form" style="display:none">
    <h2> Are you sure want to delete the Follower</h2><br />
    <div style="width:180px;margin:20px 5px 0 10px" align="right">    
        <button style="margin-right:10px;" type="button" class="close" name="cancel" class="forward backicon">
            Cancel
        </button>   
        <button type="submit" id="add" name="add" title="Add">
        Ok
             </button>
    </div>
</form>
</div>

有可能做到吗?

可以,您可以使用jquery对话框

自定义