Mobile browsers.
Jquery dialog alert box.
I don’t want to use alert() because it looks ugly in web browsers.
I’m building a website for BOTH mobile and web, so I need a dialog box that can work on both.
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.
I use jQuery UI dialog. It uses standard HTML so it ought to look ok in both web and mobile web. You’d have to be careful with the width/height parameters and the CSS you apply.