jQuery - 修改提示/警报功能
我需要建议,如果值得下载 jQuery 插件(例如 Impromptu),或者如果更容易编写自己的代码只是为了修改“提示”效果。 我所需要的只是 THIS 的第一个示例。
或者有没有其他方法,如何在屏幕中间显示一个文本框,即使我移动滚动并在显示该框时稍微淡化背景,该文本框仍保留在那里?
I need an advice, if it's worth it to downlaod a jQuery plugin (such as Impromptu), or if it's easier to make my own code just to modify the "prompt" efect. All I need is something like the first example of THIS.
Or is there any other way, how to show a box of text in the midle of the screen, that stays there even when I move scroll and to fade the background a bit, while the box is shown?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 Impromptu 具有您需要的功能,为什么还要重新发明轮子呢?
如果您只需要一个框来显示文本并能够执行非模式(即,仅覆盖并且您仍然可以使用其他功能),jqueryUI 对话框肯定可以。
If Impromptu has the function you need, why reinvent the wheels?
If you just need a box to show text and be able to do non-modal(ie, just overlay and you can still have the others functional, jqueryUI dialog surely does.