Submit your widget
103
Yays

Zoomooz jQuery

Views 12208   downloads 1549   Image Effects

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

115
Yays

jQuery Plugin - imgBox lightbox image

Views 21208   downloads 3706   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…

83
Yays

jQuery & CSS Tooltip Example

Views 7807   downloads 1486   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…

116
Yays

jQuery Dropdown Menu

Views 11232   downloads 2028   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…

173
Yays

Realistic Hover Effect With jQuery

Views 19038   downloads 4120   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…

86
Yays

Beautiful Customized Tooltips jQuery

Views 5971   downloads 1737   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"…

91
Yays

Click to fade text paragraphs jQuery

Views 7036   downloads 1263   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.  …

96
Yays

Rotating Banner / Image switch scroller jQuery

Views 23129   downloads 3880   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…

99
Yays

Advanced CSS Menu

Views 12907   downloads 2494   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.…

102
Yays

CSS Sliding Door menu using only 1 image

Views 8164   downloads 1838   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…

109
Yays

Inset Border Effect jQuery Plugin

Views 10484   downloads 2167   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…

157
Yays

Kwicks accordion menu for jQuery

Views 27086   downloads 5357   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 19115   downloads 2723   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…

130
Yays

Better Captions for jQuery’s FancyBox Plugin lightbox

Views 17452   downloads 4616   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…

106
Yays

jQuery: Photo Slider

Views 11086   downloads 1659   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…