开发者

Implementing a tab/task bar purely in JS/html/css

开发者 https://www.devze.com 2023-02-14 05:20 出处:网络
Im trying to create a task bar made up of tabs(not browser tabs) running in one window. I n开发者_Go百科eed to keep track of whats going on in each of these tabs, have separate breadcrumbs per tab.(F

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

I n开发者_Go百科eed 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消