Submit your widget
179
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30730   downloads 5665   Form

First we start of with the necessary file includes: [removed]<!--mce:0-->[removed][removed]<!--mce:1-->[removed][removed]<!--mce:2-->[removed] Let’s set the height of the contactArea…

133
Yays

Mimic the iGoogle Interface Drag widget(jQuery )

Views 16369   downloads 3471   Layout & Interface

how to create a customizable interface with widgets. The finished product will be a sleek and unobtrusively coded iGoogle-like interface which has a ton of potential applications! Step 1: XHTML markup…

118
Yays

Links With URL Preview

Views 9782   downloads 1723   Tooltips

This demands a bit more effort but it might be worth it as an extra feature to add to your sites. What you'll need here is a small size screenshot of the target url. You'll put screenshot image location…

121
Yays

Image Preview Gallery

Views 19127   downloads 3693   Image Effects

Here we have a bunch of thumbnails. When each thumbnail is rolled over, script will load an image that we have linked in HREF attribute of an A tag. That makes this method accessible as well, because…

83
Yays

The Simplest jQuery Tooltip Ever

Views 4565   downloads 1102   Tooltips

What this script does is adds an element to the body when you roll over a certain object. That element's appearance is predefined with css (positioned absolute and styled) so all we need to do is fill…

89
Yays

Thumbnail Gallery with Slick Heading and Caption Effect with jQuery

Views 11723   downloads 1908   Image Effects

This is a simple jQuery , but can be extremely useful in frontend design Similar examples 1. HTML It's simple, inside the container - photo class you have three objects, first div is the heading, image…

81
Yays

Drag the control values slider(Mootools)

Views 6427   downloads 1235   Form

Features         1、Horizontal or Vertical options         2、snap to steps         3、apply…

105
Yays

Sort And Filter Tables(mootools)

Views 15169   downloads 2886   Table

Features           1.sort on numbers, strings, dates and currency           2.filtering on columns Usage var myTable…

176
Yays

Jquery rating system with big stars

Views 14571   downloads 3655   Rating & Star Rating

jquery rating system with beautiful stars, appropriate for rating any online reviews.   Installation   Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script>…

159
Yays

A Tabs with jQuery

Views 19456   downloads 5894   Tabs

214
Yays

lightbox (Mootools)

Views 12233   downloads 2114   Lightbox & Dialog & Overlay

An inline image popup, overlays and fades out the current page. This is based on Slimbox by Christophe Beyls. Features Lightbox has the following added features compared to Slimbox Specify a containing…

126
Yays

Jquery simple rating system with star

Views 10757   downloads 2553   Rating & Star Rating

jquery simple rating system with small stars,  appropriate for rating any online reviews.   Installation   Step1:include css and js files.   <script type="text/javascript" src="your…

149
Yays

form validation(mootools)

Views 11727   downloads 3595   Form

Features 1.optional onFail function. 2.optional onSuccess function which will overide the form submition, this can be used to validate an ajax form. 3.onBlur validating 4.shows errors next to item or…

109
Yays

Intelligent Accordion Effect(jQuery )

Views 10849   downloads 2324   Accordion

We’ve all seen the “accordion” type effect used on many Web 2.0 sites; however, many accordion scripts are heavy, make poor use of the libraries they are based on, and don’t handle…

106
Yays

Text-link hover background animation(only css)

Views 14373   downloads 2019   Text & Link Effects

Very easy! <style type="text/css"> .bg-animation:hover{ background-image:url(hover-bg.gif); } </style> <a href="#" class="bg-animation">Text link hover backgorund animation</a>…