Submit your widget
115
Yays

jQuery Plugin xBreadcrumbs (Extended Breadcrumbs) navigation

Views 17103   downloads 2971   Menu & Navigation

xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to create categorized breadcrumbs for your site. This may be useful if your website has a deep structure and you want allow your visitors to quickly…

115
Yays

a Dynamic Stack of Index Cards(CSS3)

Views 15893   downloads 4621   Image Effects

We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for…

115
Yays

JQuery.iviewer: zoom image and to drag effect

Views 24466   downloads 3463   Image Effects

JQuery.iviewer is a jquery plugin used to load and view image in container with ability to zoom image and to drag it with mouse in container. Plugin is expected to work in ie6+, ff2+, google chrome, opera…

115
Yays

jQuery Doubleselect Plugin

Views 7210   downloads 1653   Form

Fill in a second select box dependent on the first one. Code $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato": 111, "asparagus": 112…

115
Yays

jQuery Fade Menu plugin

Views 14383   downloads 2837   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

115
Yays

jQuery Safari Searcher

Views 11816   downloads 2604   Form

I want to share my jQuery search box plugin looks like Safari one. It is really easy to customize skin by drawing new sprite. Moreover, it have all the same functionality as a real one and a bit more…

115
Yays

Codename Rainbows jQuery

Views 15688   downloads 2554   Text & Link Effects

We use some JavaScript and CSS magic to apply a two-color gradient to any text. Shadows and highlights can also be applied. This works especially well on big sites or dynamic content where it'd be impractical…

115
Yays

Pure CSS Elegant Drop Menu And horizontal menu

Views 13543   downloads 2073   Menu & Navigation

Why do we love to use Drop Menu to display our navigation? Because, it saves space for our website. If you’re building a website with many categories, you need to use drop down menu technique for…

115
Yays

Simple Best jQuery Color Picker

Views 8592   downloads 1844   Color Picker

It's the jquery version of "Prototype color picker" by Myles Eftos,BUT a refined version with bugs fixed,more powerful and extensive!. Simplest api you've ever seen $("#icolor4").icolor({ onSelect:function(c){this.$tb.css("background-color",c);this.$t.val(c);}…

115
Yays

imitating kwicks nice menu jQuery Plugin

Views 14882   downloads 2175   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

115
Yays

Jquery CSS on Zooming lightbox Images

Views 13856   downloads 2664   Lightbox & Dialog & Overlay

One useful tool of JQuery – Zoomimage plugin. It allow to reach different design ideas with images resizing. Features Preloads images The images can by grouped in galleries Scales the image to fit…

115
Yays

Pure CSS3 cool Tables effect

Views 35334   downloads 4092   Table

we'll going to show you how to use some neat CSS3 properties to beautify your tables. With so many new selectors we can address specific table cells and rows in order to create a unique style without…

115
Yays

simple AJAX Rating Stars

Views 11185   downloads 2971   Rating & Star Rating

AJAX Rating Stars. You have probably seen examples of these used all over (like Netflix), and I recently had the need to make some for a personal project. So I figure, if I could use them, you might want…

115
Yays

multiple Text Hover Effect With jQuery

Views 14010   downloads 1974   Text & Link Effects

Not only Internet Explorer has it flaws when it comes to parsing/using the CSS file. Even though the Webkit engine is the best CSS engine out there (at the moment), I was still able to find a little bug…

115
Yays

Multiple Nice Pure CSS speech bubbles

Views 19385   downloads 4090   Tooltips

Speech bubbles are a popular effect but many tutorials rely on presentational HTML or JavaScript. This tutorial contains various forms of speech bubble effect created with CSS 2.1 and enhanced with CSS3.…