The jquery text scrolls up and down seamlessly, the mouse is put up to stop the small example _jquery

Source: Internet
Author: User
Tags setinterval

Copy Code code as follows:

<script src= ". /js/jquery-1.4.2.min.js "type=" Text/javascript "></script>

<script type= "Text/javascript" >
function AutoScroll (obj) {
$ (obj). Find ("Ul:first"). Animate ({
MarginTop: " -25px"
}, function () {
$ (this). CSS ({margintop: "0px"}). Find ("Li:first"). Appendto (this);
});
}
$ (document). Ready (function () {
var Myar = setinterval (' AutoScroll ("#con2_qhd_3") ', 1000);
When the mouse is put up, scroll to stop, the mouse left when scrolling start
$ ("#con2_qhd_3"). Hover (function () {clearinterval (Myar);}, function () {Myar = SetInterval (' AutoScroll (' #con2_qhd_3 ') ', 1000)});
});
</script>

<div id= "Con2_qhd_3"
        <ul>
              <li><a href= "#" > Welcome 111111111111</a></ Li>
            <li><a href= "#" > Welcome to 22222222222</a></li>
            <li ><a href= "#" > Welcome to 333333333333</a></li>
             <li><a href= "#" > Welcome to 4444444444444</a></li>
             <li><a href= "#" > Welcome 5555555555</a></li>
           <li><a href= "#" > Welcome 66666666666666</a ></li>
        </ul>
    </div>

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.