开发者

how to display message in pop box using javascript

开发者 https://www.devze.com 2023-02-03 20:24 出处:网络
how to display message value of form message field in pop box in ja开发者_运维知识库vascriptwithout using any frameworks, you can simply use

how to display message value of form message field in pop box in ja开发者_运维知识库vascript


without using any frameworks, you can simply use

alert('message');

or

confirm('sure?');

or

prompt('insert something:');


See the jQuery UI http://jqueryui.com/demos/dialog/


To look it professional, fancybox is a option. Check out http://fancybox.net/

0

精彩评论

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