Submit your widget
103
Yays

Zoomooz jQuery

Views 12187   downloads 1541   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 21169   downloads 3695   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 7785   downloads 1477   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 11206   downloads 2019   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 19017   downloads 4111   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 5951   downloads 1726   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 7010   downloads 1253   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 23104   downloads 3868   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 12888   downloads 2486   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.…

99
Yays

CSS Sliding Door menu using only 1 image

Views 8152   downloads 1830   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 10464   downloads 2162   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 27063   downloads 5346   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 19091   downloads 2714   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 17434   downloads 4607   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 11057   downloads 1653   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…