Windows is a lightweight jQuery plugin for nicely scrolling the full-screen. It provides a simple and handy API for managing the page/content position to ease the browsing experience.

The plugin can analyze if a defined content is in the viewport, how much of it is in the viewport and can trigger any actions like focusing the page to the content by scrolling it.

Windows - jQuery Plugin

Requirements: jQuery
Compatibility: All Major BrowsersWebsite: http://nick-jonas.github.io/windows/
Download: https://github.com/nick-jonas/nick-jonas.github.com/tree/master/windows
0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

four + twelve =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.