具有 dhtml 淡入淡出效果的 html 表单

发布于 2024-08-19 14:30:58 字数 325 浏览 11 评论 0原文

我正在尝试使用此 dhtml 淡入淡出效果实现 html 表单: http://dhtmlpopups.webarticles。 org/fade-effects.php

但我没有运气。 -i 在淡入淡出效果中包含了 jquery 验证,当用户输入表单值时,弹出窗口超时,当我重定向到“成功页面”时,我几乎无法单击页面上的任何位置。

有谁成功地在 dhtml/fade 效果中实现了 html 表单,你能帮忙吗?谢谢。

i am trying to implement an html form with this dhtml fade effects: http://dhtmlpopups.webarticles.org/fade-effects.php

but i got no luck.
-i included a jquery validation in the fade effect, and when the user is entering values for the form, the pop-up times out, and when i redirect to "success page", i am pretty much unable to click anywhere on the page.

has anyone successfully implemented html form in a dhtml/fade effect, can you please give a hand? thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅紫色的梦幻 2024-08-26 14:30:58

为什么不直接使用 $.fadeIn() 和 $.fadeOut() 显示/隐藏 div 呢?

Why not just show/hide the div with $.fadeIn() and $.fadeOut()?

琴流音 2024-08-26 14:30:58

fadeIn 和 fadeOut 接受 2 个参数。第一个是淡入淡出的时间(以毫秒为单位),第二个是淡入淡出后将触发的回调函数。您可以将第一个参数设置得较大,例如 3000。检查紧凑脚本是否有褪色,

http://www .pagecolumn.com/javascript/fade.htm

fadeIn and fadeOut accept 2 parameters. The 1st the time of fading in miliminute, 2nd a call back function that will be fired after fading. You could set the 1st parameter larger, say 3000. Check compact script for fading,

http://www.pagecolumn.com/javascript/fade.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文