Workspace.js
workspace.js a jquery plugin for making frameset's and moveable content
Install / Use
/learn @MrSwitch/Workspace.jsREADME
workspace.js
<button class="toggle-frame-nav">toggle menu</button>
Kicking off web apps with a responsive layout, <b>and then some...</b>
Frames
Place navigation and content within a [class=frameset]
<section class="frameset">
<nav></nav>
<nav></nav>
<article class="flex"></article>
</section>
On a large screen; frames are displayed inline with their default widths. Control bars let the user alter their size.
On a small screen (such as mobile) each frame occupies 100% of the parent frameset window.
Controls
Place controls on the page to view the frame navigation on left side
<button class="toggle-frame-nav">toggle navigation</button>
Demo
Native Dom Events
Navigate to a frame
frameEl.dispatchEvent(new Event('active'));
Events touch/swipe
Navigating between frames on small screens is simple as a swipe to the left or right with a finger or mouse pointer.
Lazy loading
Defer image loading
<img data-src='http://www.gravatar.com/avatar/20043d5ade315f3c25d13b18dba95bc4.jpg' />
By setting the URL of an image to the attribute data-src,instead of src. The image shant be loaded until it is visible. Scroll down...
Related Skills
qqbot-channel
349.0kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.3k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
349.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
