Home > Web Front-end > JS Tutorial > body text

jquery xMarquee achieves horizontal seamless scrolling effect of text_jquery

WBOY
Release: 2016-05-16 16:50:48
Original
1185 people have browsed it
jquery xMarquee achieves horizontal seamless scrolling effect of text_jquery 
css
复制代码 代码如下:



js
复制代码 代码如下:



<script> <br>$(function(){ <br>$("#x1").xMarquee(); <br>$("#x2").xMarquee({temp:2,backMarquee:'backMarquee'}); <br>}) <br><br><br>function backMarquee(id,con){ <br>$("#backMarquee").html(id "::::::::::::::::::::" con); <br>} <br></script>

html
复制代码 代码如下:

文字滚动如此简单
演示打包下载

本文来自: csdn 高山and流水博客
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template