Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到很多网站在特殊标签中显示产品信息,例如描述、规格、交付等。
有谁知道这叫什么以及我可以使用什么语言来开发它?请参阅图片以演示我的意思。
谢谢
您可以为此使用 jQuery.UI。它被称为标签:)
http://jqueryui.com/demos/tabs/
预加载隐藏div中的tab信息,页面加载时只显示第一个div,onclick,改变tab显示哪个被点击/选中,取消隐藏对应的div,隐藏原来显示的div。jQuery UI 可以工作,但是对于如此简单的事情,不需要在现有结构中添加这么多代码行,除非您要经常在多个页面上使用它。我发现大多数库都包含很少使用的功能,因此我倾向于编写自己的简化函数。