jquery custom alert boxes code example
Example 1: javascript newline in alert
alert("Well I'm line 1 \nAnd I am a new line "); //new line in alert box
Example 2: custom confirm box css
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>