79633713

Date: 2025-05-22 12:15:40
Score: 0.5
Natty:
Report link

Fixed this

$(document).ready(function() {
$('<div id="custom-alert" style="padding:10px 20px;" class="a-AlertMessage-icon">   <table> \
    <tr> \
        <td><span aria-hidden="true" class="fa fa-info-circle fa-3x" style="color:teal";></span></td> \
        <td style="padding-left:15px;"> \
            <b>'+summary+'</b><br><br>'+info+'<br><br>'+act+' \
        </td> \
    </tr> \
</table> </div>').appendTo('body');
$('#custom-alert').dialog({
    title: title,
    modal: true,
    width: 600 ,
    height: 320,
    closeText: '',      
    buttons: {
        "OK": function() {
            $(this).dialog('destroy').remove()
          
        }
    }

});
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PPa