Jquery中文网 www.jquerycn.cn
Jquery中文网 >  jQuery  >  jQuery 插件  >  正文 jQuery对话框插件 Impromptu

jQuery对话框插件 Impromptu

发布时间:2014-05-15   编辑:www.jquerycn.cn
jQuery Impromptu 是一个用来显示漂亮的错误提示、警告、信息提示的jQuery对话框插件。可以通过css对对话框的样式进行定制,包括定制对话框的按钮等。 $.prompt("Procede?",{buttons:{'Please Do':'yes','Not Now':'no','Never':'never'}}); 参数说明: prefix: a cl
jquery Impromptu 是一个用来显示漂亮的错误提示、警告、信息提示的jQuery对话框插件。可以通过css对对话框的样式进行定制,包括定制对话框的按钮等。 $.prompt("Procede?",{buttons:{'Please Do':'yes','Not Now':'no','Never':'never'}}); 参数说明: prefix: a class prefix to associate each prompt with a css class submit: a function to call when prompt has been submitted callback: a function to call when prompt is complete opacity: prefered opacity of the overlay container: jquery selector for the overlay to cover ("div.mydiv") buttons: buttons you would like to display(as many as you like) overlayspeed: speed which the overlay fades in/out promptspeed: speed which the prompt displays show: how to show the prompt(show, fadeIn, slideDown, or your own)

您可能感兴趣的文章:
jQuery对话框插件 Impromptu
jQuery 对话框插件 Dialog jQuery Plugin
【精品推荐】web开发人员应该知道的31个jQuery模态对话框
jQuery弹出对话框 jmodal
漂亮的jQuery对话框插件 Apprise
jQuery对话框插件 jBox
jQuery对话框插件 SimpleModal
jQuery对话框 jQuery Modal Dialog
jQuery 对话框插件 Zebra_Dialog
jQuery弹窗插件 Greybox Redux

上一篇:jQuery.combobox 下一篇:jQuery UI Tabs Paging
[关闭]