使用jQuery在设置时间后淡出div

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用jQuery在设置时间后淡出div相关的知识,希望对你有一定的参考价值。

Here’s a handy bit of code that I use quite regularly, its particularly useful if your getting a response message from a form to notify the user that there data was sent, or comunicate an error and you want to fade the message out after a set time.
  1. $(document).ready(function(){
  2. setTimeout(function(){
  3. $("div.mydiv").fadeOut("slow", function () {
  4. $("div.mydiv").remove();
  5. });
  6.  
  7. }, 2000);
  8. });

以上是关于使用jQuery在设置时间后淡出div的主要内容,如果未能解决你的问题,请参考以下文章

在页面加载时,使用 jQuery 淡入淡出一个又一个 div

JavaScript 使用jQuery在设定时间之后淡出div

jquery淡入淡出div中的背景图像 - 交叉淡入淡出

Jquery在多个div上淡入淡出

当滚动条与jQuery一起移动时如何隐藏Div?

jQuery Animation logo 淡入淡出