Is it possible to customize a javascript alert? I was wanting to make an alert for my contact form validation. Is this possible or am i just dreaming…If so, i would love some help making one or a jsfiddle example!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Alert boxes are browser specific and cannot be modified.
Your best bet is to use something like jQuery UI dialog.
http://jqueryui.com/demos/dialog/
Here’s a pretty simple example…
http://jsfiddle.net/jcreamer898/c4RNq/