具有 dhtml 淡入淡出效果的 html 表单
我正在尝试使用此 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不直接使用 $.fadeIn() 和 $.fadeOut() 显示/隐藏 div 呢?
Why not just show/hide the div with $.fadeIn() and $.fadeOut()?
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