jquery 工具 - 选项卡鼠标悬停 - 第二

发布于 2024-08-20 01:16:51 字数 255 浏览 3 评论 0原文

我使用此工具在将鼠标移到像素上时显示文本:

http://flowplayer .org/tools/demos/tabs/mouseover.htm

有谁知道如何在打开演示页面时强制显示第二张图片的“上下文”而不是第一张图片的上下文(默认)?

感谢您的帮助!

I use this tool to show text when moving the mouse over the pix:

http://flowplayer.org/tools/demos/tabs/mouseover.htm

Does anybody have an idea how to force that the "context" of the second pic is shown when opening the demo-page instead of the context of the first pic (default)?

Thanks for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

硬不硬你别怂 2024-08-27 01:16:51

在(大约)第 #88 行上将:更改

$("#products").tabs("div.description", {event:'mouseover'});

为:

$("#products").tabs("div.description", {event:'mouseover', 'initialIndex': 1});

其中“initialIndex”的值是您希望从零开始显示的选项卡编号(例如:选项卡 #1 = 0、选项卡 #2 = 1、选项卡 #3 = 2).

在此处详细了解您的选项:http://flowplayer.org/tools/tabs.html

on (approximately) line #88 change:

$("#products").tabs("div.description", {event:'mouseover'});

to:

$("#products").tabs("div.description", {event:'mouseover', 'initialIndex': 1});

Where the value of 'initialIndex' is the number of the tab you would like to show starting at zero (eg: tab #1 = 0, tab #2 = 1, tab #3 = 2).

Read more about your options here: http://flowplayer.org/tools/tabs.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文