Submit your widget
141
Yays

ScrollectBox jQuery plugin

Views 9498   downloads 2145   Form

When used on a select-element, the ScrollectBox will act as a stylable clone, thus preserving the functionality of e.g. a form. Further down this page, in the Examples section, is a tryout form as well…

122
Yays

HoverAttribute jQuery plugin

Views 10924   downloads 2240   Text & Link Effects

HoverAttribute is a jQuery plugin that allows you to make (link-)elements more dynamic by making an attribute of that element show up on hovering. This is foremost intended for <a> tags residing…

114
Yays

jQuery calendar Picker

This component is a light-weight calendar/date-picker. Some features: supports internationalization (supports do not necessary means it is implemented:-) ) supports changing current date supports mouse…

158
Yays

JQuery Smooth Div Scroll

Views 49440   downloads 6353   Slideshow & Scroller

Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right. Apart from many of the other scrolling plugins that have been written for jQuery, Smooth Div Scroll does not limit…

129
Yays

JQuery Carousel Tabber

Views 32803   downloads 4819   Slideshow & Scroller

Out of the box, billy is a basic scrolling carousel which can be implemented very easily. A person with little knowledge of either html or javascript can get billy working on a page within a few minutes.…

136
Yays

GreyBox display websites,images jQuery lightbox

Views 13716   downloads 2410   Lightbox & Dialog & Overlay

GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: It does not conflict with pop-up blockers It's only 22 KB! It's super easy to setup It's super easy…

178
Yays

Simple JQuery Accordion Collapsing menu

Views 52287   downloads 12542   Menu & Navigation

This is a simple Accordion collapsing menu done in JQuery. Links with subitems under them will expand the submenu when clicked. Items that don't have subitems are normal links.. The menu initialises with…

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.…

111
Yays

jdMenu Hierarchical Menu Plugin for jQuery

Views 10135   downloads 1582   Menu & Navigation

The jdMenu plugin for jQuery provides a clean, simple and elegant solution for creating hierarchical drop down menus for websites to web applications. View the feature list below to see if jdMenu is the…

175
Yays

jQuery custom dropdown image combobox

Views 46094   downloads 6759   Form

Feature at glance: Fully Skin-able Your original dropdown is safe, so your form post will not be messed. An image can be inserted with your text. Each <option> can have an image. You may covert…

152
Yays

jQuery Mouse Events

Views 13799   downloads 2510   Tooltips

HTML For us to make a tooltip we’re going to have some links to work with, and a container for our tooltip.  There is nothing too special here.  I placed the links in a header tag just…

165
Yays

Hover Accordion jQuery

Views 33690   downloads 5779   Accordion

A jQuery Plugin for no-click two-level menus (or whatever else you want to do with it) Introduction This is yet another accordion script, except you don't have to click to open one item, you just move…

136
Yays

jquery Hover Sub Tag Cloud

Views 8363   downloads 2091   Tooltips

Tag clouds When, used properly, they can provide visitors with an instant illustration of the main topics of the site’s content. And although we don’t have that much choice in designing them,…

119
Yays

Popout Details on Hover CSS3

Views 28670   downloads 8795   Image Effects

HTML The columns are made up of unordered list items, within each list item is the thumbnail image and the details of the item wrapped in a class of "info". <ul class="columns"> <li> <a…

95
Yays

Styling Your Search Form with CSS

Views 11929   downloads 2645   Form

  First let me go over my original approach which was using <input type="image" src="image-path"> as follows: <form method="get" id="searchform" action="http://www.sohtanaka.com/"> <fieldset>…