Submit your widget
113
Yays

Zoomooz jQuery

Views 12247   downloads 1565   Image Effects

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

116
Yays

jQuery Plugin - imgBox lightbox image

Views 21286   downloads 3730   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…

85
Yays

jQuery & CSS Tooltip Example

Views 7853   downloads 1507   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 11286   downloads 2053   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…

175
Yays

Realistic Hover Effect With jQuery

Views 19085   downloads 4144   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…

87
Yays

Beautiful Customized Tooltips jQuery

Views 6020   downloads 1760   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"…

92
Yays

Click to fade text paragraphs jQuery

Views 7078   downloads 1282   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.  …

97
Yays

Rotating Banner / Image switch scroller jQuery

Views 23176   downloads 3902   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…

100
Yays

Advanced CSS Menu

Views 12963   downloads 2517   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 8216   downloads 1859   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…

110
Yays

Inset Border Effect jQuery Plugin

Views 10523   downloads 2185   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 27130   downloads 5380   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;…

111
Yays

Submit A Form Without Page Refresh using jQuery

Views 19194   downloads 2744   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…

131
Yays

Better Captions for jQuery’s FancyBox Plugin lightbox

Views 17494   downloads 4644   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…

107
Yays

jQuery: Photo Slider

Views 11131   downloads 1681   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…