纯粹用 JS/html/css 实现选项卡/任务栏

发布于 2024-10-19 17:30:22 字数 312 浏览 1 评论 0原文

我正在尝试创建一个由在一个窗口中运行的选项卡(不是浏览器选项卡)组成的任务栏。

我需要跟踪每个选项卡中发生的情况,每个选项卡都有单独的面包屑。(为此,我想也许在每个选项卡的浏览器中使用 cookie 来保存深度,即您点击了某个东西的点赞次数)以及链接,以便您可以返回)

选项卡需要可关闭和可排序,具有不同的外观,有些带有文本,有些仅带有图标。

所有这些都需要保存在一个窗口中 - 这些就是要求。

寻找一些关于这样做的技巧和建议。还有任何已知的插件 - 我查看了 jquery ui - 我正在思考这一点,因为它是如此定制的需求,它更适合编写一个。

Im trying to create a task bar made up of tabs(not browser tabs) running in one window.

I need to keep track of whats going on in each of these tabs, have separate breadcrumbs per tab.(For this i was thinking maybe of using a cookie in the browser per tab to save the depth, i.e. how many liks youve clicked into something and the links so you can travel back)

The tabs need to be closable and sortable, different skins, some with text some with only icons.

All of this needs to be kept in one window - those are the requirements.

Looking for a few tips, advice on doing this. Also of any known plugins - ive looked at jquery ui - im thinking for this because its so custom to the requirements its more suitable to write one.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝不放开 2024-10-26 17:30:22

类似于 50+ 基于 Tab 的漂亮干净 CSS导航脚本或者如果您想要来回支持,您可以使用此版本的修改版本

Something like 50+ Nice Clean CSS Tab-Based Navigation Scripts or if you wanted back and froth support you could use a modified version of this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文