jquery 工具 - 选项卡鼠标悬停 - 第二
我使用此工具在将鼠标移到像素上时显示文本:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在(大约)第 #88 行上将:更改
为:
其中“initialIndex”的值是您希望从零开始显示的选项卡编号(例如:选项卡 #1 = 0、选项卡 #2 = 1、选项卡 #3 = 2).
在此处详细了解您的选项:http://flowplayer.org/tools/tabs.html
on (approximately) line #88 change:
to:
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