Submit your widget
89
Yays

Zoomooz jQuery

Views 11919   downloads 1432   Image Effects

Zoomooz is an easy-to-use jQuery plugin for making any web page element zoom.

109
Yays

jQuery Plugin - imgBox lightbox image

Views 20620   downloads 3429   Lightbox & Dialog & Overlay

imgBox is a jQuery plugin that implements a smooth zoom effect on images. Download it, try it, let me know what you think. What’s So Great About this Plugin? Elegant looking, Mac-like effect Popup…

81
Yays

jQuery & CSS Tooltip Example

Views 7553   downloads 1377   Tooltips

Websites and web applications alike are slowly but surely transitioning towards an environment filled with rich user interface gadgets. Tooltips are amongst this vast array of gadgets that should be in…

110
Yays

jQuery Dropdown Menu

Views 10886   downloads 1913   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

172
Yays

Realistic Hover Effect With jQuery

Views 18777   downloads 4012   Layout & Interface

This is a rising hover effect to a set of icon links. Using jQuery’s animate effect, we experimented with icons that have reflections and others with shadows. The HTML and CSS are both straightforward…

84
Yays

Beautiful Customized Tooltips jQuery

Views 5727   downloads 1608   Tooltips

Making beautiful tooltips is easy! Customized tooltips with images or stylized text can enhance the experience for your users. HTML <div id="tooltipList"> <ul> <li ><a class="tooltip"…

83
Yays

Click to fade text paragraphs jQuery

Views 6717   downloads 1157   Text & Link Effects

Click-To-Fade Paragraphs (or other HTML Elements) The trick here is to target all odd paragraph tags. This uses the very simple query language in jQuery: p:odd when authoring the sample in Glimmer.  …

95
Yays

Rotating Banner / Image switch scroller jQuery

Views 22821   downloads 3765   Slideshow & Scroller

This sample was entirely created using the Glimmer image sequence wizard. Whether it be for advertising, mastheads for your website, or, perhaps, an image gallery for your photos, Glimmer can help. Just…

98
Yays

Advanced CSS Menu

Views 12624   downloads 2380   Menu & Navigation

Most of you probably know how to code a horizontal or vertical CSS list menu. Now let’s take it to the next level — code an advanced (un-typical) list menu utilizing the CSS position property.…

97
Yays

CSS Sliding Door menu using only 1 image

Views 7969   downloads 1729   Menu & Navigation

Concept The concept of the sliding door is to use a background image for the buttons in a navigation menu. I am using a span within a link in the list to hold a part of the image. the link itself will…

103
Yays

Inset Border Effect jQuery Plugin

Views 10183   downloads 2057   Image Effects

It’s a very simple but neat effect. The images have a border, but unlike CSS borders, it covers up part of the image. I wanted to use this effect in one of my galleries so I went ahead and experimented…

155
Yays

Kwicks accordion menu for jQuery

Views 26717   downloads 5227   Menu & Navigation

Default CSS Note that all of the examples on this page are using this as their default stylesheet /* defaults for all examples */ .kwicks { list-style: none; position: relative; margin: 0; padding: 0;…

110
Yays

Submit A Form Without Page Refresh using jQuery

Views 18778   downloads 2605   Form

we have a simple contact form with name, email, and phone number. The form submits all the fields to a php script without page refresh, using native jQuery functions (native meaning, you don’t need…

124
Yays

Better Captions for jQuery’s FancyBox Plugin lightbox

Views 17105   downloads 4483   Lightbox & Dialog & Overlay

After a few changes to the stylesheet and some light enhancements to the code, I managed to get the effect I was looking for.  The caption actually fades in and out on mouse-over, so it’s not…

103
Yays

jQuery: Photo Slider

Views 10786   downloads 1557   Image Effects

My first thought was a thumbnail photo gallery, where clicking a button would reveal the entire photo and more information about that photo. This is what happens, in plan English: Click event on the “More…