Seamless jquery text scroll up and down, move the mouse to stop

Source: Internet
Author: User

<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"
},500, function (){
Vertex (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, the scroll stops and the scroll starts when the mouse leaves.
$ ("# 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 22222222222 </a> </li>
<Li> <a href = "#"> welcome 333333333333 </a> </li>
<Li> <a href = "#"> welcome 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.