Jquery regularly slides out the minimized special effect code at the bottom of the prompt Layer

Source: Internet
Author: User

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>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.