开发者

Is there a nice javascript dialog box for JQuery that works with mobile?

开发者 https://www.devze.com 2022-12-25 05:09 出处:网络
Mobi开发者_高级运维le browsers. Jquery dialog alert box. I don\'t want to use alert() because it looks ugly in web browsers.

Mobi开发者_高级运维le 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.


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.


I would suggest the jQuery Alert Dialogs plugin. It provides nice-looking themeable dialog boxes for alert, confirm and prompt replacements.

Check the Demo page.

0

精彩评论

暂无评论...
验证码 换一张
取 消