Submit your widget
93
Yays

jQuery animation Shuffle Letters Effect

Views 23599   downloads 4285   Text & Link Effects

we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows The Code The first step is to write…

93
Yays

thumbnail preview jQuery elastic slideshow

Views 32982   downloads 9224   Slideshow & Scroller

The slideshow will adjust automatically to its surrounding container and we can navigate through the slides by using the thumbnail previewer or the autoplay slideshow option. The slideshow will adjust…

93
Yays

jQuery slide tab system

Views 39326   downloads 9122   Tabs

Ben Bodien and Marc Roberts, co-founders of Neutron Creations, explain how to build a simple, semantically clean and extensible jQuery tab system To power our tabbed navigation, we’ll be using and…

93
Yays

Useful JQuery Slide Popup

Views 56346   downloads 11869   Lightbox & Dialog & Overlay

In this demo we'll going to share a new way to show a pop up message. Everyone is getting bored with typical fade in fade out pop up messages. So let’s make it interesting with a pinch of jquery…

93
Yays

Unique css3 contact form

Views 25321   downloads 6772   Form

This is an effect of a letter sliding out from an envelope on mouse hover. It works in browsers supporting css3 transitions. In IE the envelope is not visible, I certainly could have played a bit more…

92
Yays

jQuery accordion menu

Views 7520   downloads 1428   Accordion

Through the creation of a jQuery accordion menu. There is a little twist to this: the menu contains content. Instead of it being links to multiple pages, it is a choice of what content should appear.…

92
Yays

Simple CSS3 Dropdown Menu

Views 8288   downloads 1565   Menu & Navigation

As we know, CSS3 has many good features for help us creating more sweet User Interface. One of them is box shadow, it helps us adding shadow effect on each styled element. You must be familiar with drop…

92
Yays

Image Reveal using jQuery

Views 15157   downloads 1705   Image Effects

Yet another twist on my image manipulation kick, I tinkered around with making images larger again. This time, instead of actually enlarging the image, we are enlarging the ‘viewer’ to see…

92
Yays

Fade colors using jQuery

Views 9809   downloads 1811   Text & Link Effects

Retweetradar has nice little effect in the footer - links in top lists fade, emphasizing the most popular links with strongest color intensity. This example will explain how to fade a color in array of…

92
Yays

Middle Box Links jQuery

Views 8867   downloads 2157   Layout & Interface

It covers a variety of things I thought were interesting: jQuery 1.4′s new element creation syntax which is pretty cool and we haven’t covered Writing a little plugin to prevent repeated code…

92
Yays

Click to fade text paragraphs jQuery

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

92
Yays

jQuery tabs plugin

Views 10885   downloads 2254   Tabs

Lazy Tabs is jQuery plugin created for Lazy framework but it can be used (in his alone version) as every other JQuery plugin. It implements a Tab panel interface. The HTML structure has to looks like…

92
Yays

JQuery Navigation

Views 8120   downloads 1762   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…

92
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12873   downloads 2500   Menu & Navigation

[removed][removed] Creating right click with the help of jquery is real easy and can be implemented very quickly Step 1: Creating HTML Simply copy and paste the html next to the div to be right clicked.…

92
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11328   downloads 1623   Image Effects

The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a…