Html source code:
Copy codeThe Code is as follows:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml"> <Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> jquery regularly slides out the minimized bottom prompt layer </title> <base target = "_ blank"/>
<Link href = "http://www.jb51.net/phtml/jqtexiao/index/style.css" rel = "stylesheet" type = "text/css">
<Script type = "text/javascript" src = "http://www.jb51.net/pmedia/jquery/jquery-1.10.2.min.js"> </script>
</Head>
<Body>
<Div style = "width: 800px; margin: 0px auto">
<Span style = "font-size: 18px; font-weight: bold; text-align: center; line-height: 25px; color: #000; width: 100% "> jquery timed bottom slide out the effects of the minimized prompt layer <br/>
<A href = "http://www.jb51.net" target = "_ blank" style = "color: #000"> feet house </a> (<a href = "http://www.jb51.net" style = "color: #000 "target =" _ blank "> http://www.jb51.net </a>) <br/>
<Br/>
</Span>
Wait for two seconds after the page is opened or refreshed, a minimal prompt layer will be displayed at the bottom.
</Div>
<Div style = "background-color: Red; width: 100%; height: 150px;"> welcome. </Div>
<Div style = "height: 830px;"> </div>
<Div style = "background-color: Fuchsia; width: 100%; height: 150px;"> jb51 </div>
<Div style = "height: 500px;"> </div>
<Div class = "bottom_box-keleyi-com">
<Div class = "bottom">
<P> thank you for visiting the script home website! <A href = "http://www.jb51.net" target = "_ blank"> http://www.jb51.net </a>, <br/> a website dedicated to sharing useful and commonly used technical Article code resources </p>
<Div class = "ask"> <a href = "http://www.jb51.net/"> Home </a>
<A href = "http://www.jb51.net/ablut/"> about </a>
<A href = "http://www.jb51.net/a/bjac/kjsrt3b0.htm"> jQuery AJAX </a>
<A href = "http://www.jb51.net/a/bjac/182di68b.htm"> navigation style </a>
<A href = "http://www.jb51.net/a/bjac/mt97p5y9.htm"> side navigation </a>
<A href = "http://www.jb51.net/dev/3068696139522ae4.htm"> tree menu </a>
<A href = "http://www.jb51.net/game/1/"> fishing </a>
<A href = "http://www.jb51.net/game/3/"> hamster </a>
<A href = "http://www.jb51.net/game/4/"> beauty puzzle </a>
<A href = "http://www.jb51.net/phtml/silverlight/"> guess number </a>
</Div>
</Div>
<Div class = "close"> </div>
</Div>
<Script type = "text/javascript">
$ (Function (){
SetTimeout (function (){
$ (". Bottom_box-k" + "eleyi-com"). slideDown ("slow ");
},2000 );
$ (". Close"). click (function (){
$ (". Bottom_box-ke" + "leyi-com"). hide ();
$ (". Mini"). show (200 );
})
$ (". Mini"). click (function (){
$ (This). hide ();
$ (". Bottom_box-kele" + "yi-com"). show ();
})
});
</Script>
</Body>
</Html>