Reputation:
HTML:
I don't want the confirmation box as will display in earlier model, I am trying to customize the confirmation popup box. See below is my code for that:
<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>
Is it possible to do it?
Upvotes: 1
Views: 492