Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

window


jQuery viewportOffset

Average rating
(1 vote)

Like the built-in jQuery .offset() method, but calculates left and top from the element’s position relative to the viewport, not the document.

Full documentation, source, and examples are available on benalman.com.

Shakey Shakey

Average rating
(0 votes)

Mini jQuery Plugin to shake the browser window like crazy

jQuery resize event

Average rating
(1 vote)

With jQuery resize event, you can now bind resize event handlers to elements other than window, for super-awesome-resizing-greatness!

Long ago, the powers-that-be decided that the resize event would only fire on the browser's window object. Unfortunately, that means that if you want to know when another element has resized, you need to manually test its width and height, periodically, for changes. While this plugin doesn't do anything fancy internally to obviate that approach, the interface it provides for binding the event is exactly the same as what's already there for window.

Full documentation, source, and examples are available on benalman.com.

jQuery Dialogr

Average rating
(1 vote)

This plugin is a modified copy of jQuery UI Dialog widget, adding minimize, restore and maximize buttons.

MagicScroll, a super simple page scrolling plugin for jQuery 1.3

Average rating
(0 votes)

MagicScroll is an unobtrusive jQuery plugin for 1.3 that allows you to scroll through web pages without using the browser scrollbar or the mouse wheel.

Simply moving the mouse pointer toward the high or the low part of the browser window, the plugin will automatically scroll the contents./p>

MagicScroll is light: only 2KB!

Window

Average rating
(0 votes)

Windows testing this object right now so check back later for full.

Custom Window

Average rating
(0 votes)

A simple plugin to create multiple window like popups, full optional and easy to customize. Usefull to build up desktop-like applications.

Fullscreenr - lightweight full screen background plugin

Average rating
(1 vote)

So you want to have a background image on your website, which always fills the screen and maintains its aspect ratio? And it has to be centered, instead of focussing at the top left corner of the image?

It is possible with jQuery and the fullscreenr plugin on this page! You can find a demonstration here and as you can see it works perfectly in all javascript enabled browsers. Note that Internet Explorer needs some extra code to enable the transparent png used for the raster over the background image. If you want to add this code I would like to refer you to unitpngfix, but of course you could just not support IE6.

The code is quite self explanatory, and I’ve included comments where necessary.

Window Loaded

Average rating
(0 votes)

A simple method that executes a function if the window has already loaded, otherwise adds it to the $(window).load queue.

This is useful for situations in which a function is dependent on the window having loaded, and which may be invoked multiple times at various times.

Usage

$.windowLoaded(function() {
// some code
});

jQuery Window Plugin

Average rating
(2 votes)

Recently, I develop this jQuery plugin for my working platform. It just like a normal OS window, could be dragged, resized, minimized and maximized.
Please take a look at the demo page:

http://fstoke.net/jquery/window/

If you like this plugin, please feel free to download it and enjoy!
If got any suggestion or bug report, please reply this post. Thanks!