资源说明:workspace.js a jquery plugin for making frameset's and moveable content
# workspace.js Kicking off web apps with a responsive layout, and then some... ## Frames Place navigation and content within a `[class=frameset]` ```text/html``` 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 ```text/html ``` 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 ```text/html ``` 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...
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。