custom the alert box
custom the alert box
I have the , how can I let the alert box become wider, and the text message become big
<script type="text/javascript">
$(document).ready(function() {
alert('Please dosomethin before.');
});
</script>
Thank you!