window
jQuery viewportOffset
March 7, 2010 - 9:25pm — Ben AlmanLike 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
March 3, 2010 - 1:54pm — dancourseMini jQuery Plugin to shake the browser window like crazy
jQuery resize event
February 10, 2010 - 10:59pm — Ben AlmanWith 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
February 3, 2010 - 8:15pm — carvalharThis 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
December 19, 2009 - 12:47pm — gfieldsMagicScroll 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
December 15, 2009 - 1:57pm — valtidoWindows testing this object right now so check back later for full.
Custom Window
December 1, 2009 - 6:09pm — domenico.gigant...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
November 29, 2009 - 9:57am — nanotuxSo 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
October 16, 2009 - 11:53am — pharmacykeysA 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
September 25, 2009 - 11:40am — firestokeRecently, 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!
