如何克隆/复制/镜像 jquery 选项卡
我怎样才能制作jquery选项卡,具有完全相同的选项卡 在内容的顶部和底部?
因此,这两个选项卡组合在一起,并相互镜像:
How can i make jquery tabs, with exactly the same tabs
on top AND bottom of the content?
So these 2 tabs combined, and MIRRORing eachother:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是对 jQuery 选项卡的彻底破解,但我想不出任何其他方法可以轻松实现这一点。
您只需将样式放在克隆的选项卡上即可。您可以在此处查看实例。
被黑
的JavaScript代码如下:This is a total hack of jQuery tabs, but I couldn't think of any other way to to this easily.
You only have to put the style on the cloned tabs. You can check out a live example here.
The
hacked
JavaScript code is as follows:非常简单:
It`s very simple: