如何使用jquery库使文本旋转滚动.(需要示例)

How to make text rotating scroll with jquery library.(needed example)

本文关键字:滚动 旋转 jquery 何使用 文本      更新时间:2023-09-26
$('.marquee').marquee({
  pauseOnHover: true
});

我不知道如何使用jquery库使文本旋转滚动。我不知道我必须使用什么jquery。我将在 HTML 和 CSS 中使用的文本旋转滚动。我卡在大帐篷上。

Mighe be you want this

<marquee><div>This is just example of marquee.</div></marquee>

不使用

选框标签,这是一个非标准标签,大多数浏览器不支持它:https://developer.mozilla.org/fr/docs/Web/HTML/Element/marquee

如果您使用的是jQuery的Marquee插件,以下是您需要的示例和示例代码:

http://aamirafridi.com/jquery/jquery-marquee-plugin#examples