& lt; ! DOCTYPE html>
<meta charset="utf-8" & gt;By the media company to culture supplies network & lt;/title>
<link rel="stylesheet" type="text/CSS" href="https://bbs.csdn.net/topics/css/basic.css" & gt;
<script SRC="https://bbs.csdn.net/topics/js/jquery-3.4.1.min.js" & gt; </script>
<script SRC="https://bbs.csdn.net/topics/js/html5.js" & gt; </script>
<body>
<script>
Var index=0;
The $(document). Ready {function () {
SetInterval {next "()", 3000};
}};
The function next () {
$(" li: eq (" + index + ") "). The fadeOut (1500);
If (index==2)
The index=0;
The else
Index++;
$(" li: eq (" + index + ") "). The fadeIn (1500);
}
The function closeImage (name) {
$(" # showImage "). FadeIn (500);
$(" productImg "). Attr (" SRC ", "images/product/large/" + name +". JPG ");
}
The function closeImage () {
$(" # showTmage "). The fadeOut (500);
}
</script>