Submit your widget
89
Yays

jQuery HTML Form Validation Solution

Views 7368   downloads 2133   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…

89
Yays

jQuery Text Effect Plugin

Views 8533   downloads 1449   Text & Link Effects

Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that.  One of them is jqIsoText. With this plugin we’re…

89
Yays

Drop down TabMenu with AJAX

Views 31464   downloads 5536   Tabs

e24TabMenu is a plugin written for scriptaculous. It is a tab menu that expands collapse smoothly. Usage Include Prototype 1.6.0.2 and Scriptaculous 1.8.1 in the HTML code header. Also include e24TabMenu…

89
Yays

jQuery and html5 Brush Stroke Navigation

Views 26088   downloads 5833   Menu & Navigation

You can see the folder structure. It is quite simple. A folder for images, another for script files, one HTML file and a CSS file. The Content – HTML5 We’ll be using some HTML5 elements to…

89
Yays

jQuery search form list filtering

Views 20785   downloads 5220   Form

Here’s a clever little script that’s certainly useful if you want to give users the functionality to refine search results or filter product results. If you had a list of films with long titles…

89
Yays

simple google style Dropdown menu with jQuery

Views 20721   downloads 5008   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…

89
Yays

Very Useful News Ticker with jQuery

Views 20777   downloads 5655   Text & Link Effects

Cool news ticker! Seems familiar... Taking inspiration from the BBC News website ticker, jQuery News Ticker brings a lightweight and easy to use news ticker to jQuery. And what do I do with these files?…

89
Yays

Gantt Chart with JQuery plugin

Views 20062   downloads 3466   Graph & Chart

this is a very cool, lightweight, jquery plugin jQuery.ganttView which is easy to use and fast. Currently it was working in our first version of system. Unfortunately it turned out that system needs some…

89
Yays

Super Cool Time-glider with jquery

Timeglider is a zooming, panning data-driven timeline — great for history projects, project planning, and much more. The timeline can be zoomed by dragging the vertical slider at right: up for zooming…

89
Yays

Vertical scrolling news effect with jQuery

Views 22266   downloads 4095   Text & Link Effects

Totem makes vertical tickers easy to implement by: Turning a list of items into an animated ticker that auto-advances Specifying anchors for stop, start, next, and previous navigation links. Installation…

89
Yays

Vertical Accordion effect with jQuery

Views 69453   downloads 15546   Accordion

HTML Basic HTML for the accordion is as follows: <ul class="accordion"> <li> <h3>Handle 1</h3> <div class="panel"> … </div> </li> <li>…

88
Yays

Color Fading Menu with jQuery

Views 8078   downloads 1622   Menu & Navigation

This example was used jQuery and the jQuery Colour plugin.What we need is a div containing two things; an anchor element and another div, which I will refer to as the subDiv. The subDiv will display the…

88
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 13226   downloads 1617   Image Effects

we’ll try to discuss how to make an image walking like in “The Wire Tumblr in Realtime”. Actually, that image walking makes use of a very simple technic; the script automatically prepends…

88
Yays

jCaption: jQuery Image Captions with Customizable Markup, Style and Animation

Views 8877   downloads 1526   Image Effects

jCaption is a jQuery plugin designed to make adding captions to a page dead simple. It takes an image element and uses one of its attributes to build the markup for a caption. It allows for both arbitrary…

88
Yays

Simple jquery Drag Controls Oversized Content

Views 11031   downloads 1571   Image Effects

When layout constraints bump up against the need for large images, finding a quality solution can be difficult. Mospromstroy  uses a creative technique to handle this situation: a "drag and drop"…