1

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>

有可能做到吗?

4

1 回答 1

1

是的,您可以使用jquery 对话框自定义它

于 2013-05-23T13:59:03.640 回答