使用 HTML 创建选项卡并加载不同的内容,以便单击每个选项卡
我需要使用 html 在网页上创建选项卡,并且单击每个选项卡时,需要在同一页面上加载不同的内容。请让我知道如何进行此操作,或任何可能对我有帮助的有用链接。
谢谢, 吉萨
I need to create tabs on the webpage using html, and on click of each tab, need to load different content on the same page. Do let me know how to go about this, or any useful links that might help me.
Thanks,
Geetha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可以通过 jQuery 和 jQuery UI 来完成。
在这里您可以找到一些相关信息。 http://www.stilbuero.de/jquery/tabs_3/
This can be done with jQuery and jQuery UI.
Here you can find some information about it. http://www.stilbuero.de/jquery/tabs_3/
Dojo(javascript 框架)有一个 TabContainer。它很容易实现,但取决于内容以及您希望如何将其呈现给用户。
您可以首先查看这里:Dojo TabContainer info
该网站上有一个示例,可以让您会看到构建选项卡式容器所需的 html 和 javascript。
Dojo (javascript framework) has a TabContainer. It's easy to implement, but depends on the content and how do you want to present it to the user.
You can start by looking here: Dojo TabContainer info
There's an example on that site which lets you see the html and javascript required to build a tabbed container.