我可以更改 Jquery 中 Form Observer 插件中的确认框吗
表单观察者插件提供带有我们自定义消息的确认框。我不明白他们将代码保存在哪里以显示它。
因为我想把这个确认框改成jQuery对话框。我可以这样做吗?如果有人能对此有所启发,那就太好了。
Form Observer plugin gives the confirm box with our custom message. I haven't understood where they kept the code to show it up.
Because I want to change this confirm box to jQuery dialogue. Can I do that. it would be great some can throw some light on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确的话,您想用 jquery 对话框替换标准
window.confirm
吗?如果是这样,你可以这样做:
例如:
http://jsfiddle.net/niklasvh/SDPYb/
If I understood you correctly, you want to replace the standard
window.confirm
with jquery dialog box?If so, you could do something like this:
example:
http://jsfiddle.net/niklasvh/SDPYb/