jQuery Plugins

Extensions

DD_roundies

Filed in Browser Tweaks, Extensions - over 3 years ago

DD_roundies is a javascript library authored by Drew Diller which offers a new approach to bringing rounded corners to Internet Explorer (a browser notorious for its CSS shortcomings). DD_roundies uses IE's proprietary VML drawing language to create small images representing each corner of an element to be rounded. The script is smart enough to figure out quite a lot about its environment, such as element dimensions, border appearance and even background image and color, and uses all of this information to draw and position each VML image to appear seamlessly integrated in an interface.

DD_roundies

Hotkeys

Filed in Events, Extensions - over 3 years ago

jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination.

Hotkeys

Taconite Plugin

Filed in DOM, Extensions - over 3 years ago

The jQuery Taconite Plugin allows you to easily make multiple DOM updates using the results of a single AJAX call. It processes an XML command document that contain instructions for updating the DOM.

Taconite Plugin

BlockUI Plugin

Filed in Animation & Effects, DOM, Extensions - over 3 years ago

BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.

BlockUI Plugin

Autosave

Filed in Forms, Extensions - over 3 years ago

Autosave is designed to save the progress of forms by saving the fields to cookies so you won't lose anything should anything go wrong

The plug-in saves the form fields at certain intervals (the default is every 10 seconds) and whenever you leave the page.

Autosave

Viewport

Filed in Extensions - over 3 years ago

Viewport ads couple of extra selectors to jQuery. With these selectors you can check whether element is inside or outside of viewport.

Viewport
© 2007 - 2012 Plugins, Extensions & Tutorials by jQuery Plugins. We love jQuery.