项目中用的prompt,需要用户填入一个值。用系统默认的prompt(‘提示’,”),发现在IE下的提示窗口总是在左上角,很不方便,于是上网找了下相关的插件。下面推荐的两款使用比较方便的
一、jquery-Impromptu
官网/下载/演示:http://trentrichardson.com/Impromptu/index.php
使用很简单:
$.prompt( msg , options );
二、jQuery Alert Dialogs
官网/下载/演示:http://abeautifulsite.net/2008/12/jquery-alert-dialogs/
使用方法如下
jAlert(message, [title, callback]) jConfirm(message, [title, callback]) jPrompt(message, [value, title, callback])
详细的参数设置,还是自己上官网看文档吧
绝对是好东西啊~