jquery工具 - 标签鼠标悬停 - 第二

时间:2010-02-01 15:47:26

标签: jquery tabs mouseover

当鼠标移动到pix上时,我使用此工具显示文字:

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

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

感谢您的帮助!

2 个答案:

答案 0 :(得分:0)

解决方案在这里:

jquery tools - tabs mouseover - adding a link

感谢Kamal。

答案 1 :(得分:0)

在(大约)第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