Submit your widget
53
Yays

timeline slideshow with jQuery

Views 19758   downloads 7437   Slideshow & Scroller

Including the plugin on your page will turn a <ul> list into a slideshow with the <li>s as slides (see a markup example below). Then style it by CSS -with or without images-…

52
Yays

Animate jQuery validation feedback form

Views 13713   downloads 3377   Form

The trick is very simple: after user presses signup button, validation occurs and all fields that are invalid get shaken a little bit. They have very simple web form as example below shows. I won't…

52
Yays

Responsive Image Sizes At Different Resolutions

Views 12734   downloads 1891   Image Effects

An Experiment with Mobile-First Images that Scale Responsively & Responsibly What is this? The goal of this technique is to deliver optimized, contextual image sizes in responsive layouts that utilize…

52
Yays

Highcharts - Interactive JavaScript charts for your webpage

Views 11075   downloads 2347   Graph & Chart

Highcharts is a charting library written in pure JavaScript, offering intuitive, interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column,…

51
Yays

photo puzzle effect with jQuery

Views 14069   downloads 2376   Image Effects

Reference (Note: This plugin works with jquery 1.3+ [the version used in this demo is 1.5.2]) jquery-1.5.2.min.js jquery.jspuzzle-beta.js Html <div id="imageContainer"> <img id="truck"…

51
Yays

Simple jQuery Virtual Keyboard Effect

Views 15719   downloads 3900   Form

very few websites provide their users with the option of using a virtual keyboard to key in (at the bare minimum) their passwords. Yes, a few banks do it, but considering how much personal information…

51
Yays

jQuery images Interactive and Filterable Plugin

Views 15524   downloads 3085   Image Effects

The plugin is configurable to work with just about any markup. Filters <ul id="portfolio-filter"> <li><a href="#all">All</a> </li> <li><a rel="design"…

50
Yays

html5 and CSS3 Modern Web Forms effect

Views 20712   downloads 5780   Form

This demo using HTML5 and CSS3 to achieve great style and functionality without causing problems in less capable browsers. To be clear, this code will not look exactly the same in every browser. We are…

50
Yays

jQuery Sticky scrolling Sidebar

Views 25173   downloads 2881   Slideshow & Scroller

this is a jQuery sticky sidebar script. Well, you can, but then the element with that style will stay where it is relative to the top of the viewport. This means, if the element you are “fixing”…

50
Yays

jQuery.fracs plugin scroll

Views 8407   downloads 1168   Layout & Interface

jQuery.fracs determines some fractions for an HTML element (visible fraction, fraction of the viewport, ...) and also provides the coordinates of these areas. As a bonus there is a page outline feature…

49
Yays

Useful CSS3 and jQuery Search Form

Views 6567   downloads 1562   Form

Most websites nowadays have a search form somewhere. I’m pretty sure I don’t need to explain why it’s a good idea to have a ‘search’ functionality built into a website and…

49
Yays

Releases customselect icons with jQuery

Views 6792   downloads 1795   Form

After being sick of how ugly select boxes are within forms, I looked hard to find a decent solution. There are a few but some of them I found to have bugs, or not be able to use icons within the custom…

49
Yays

jQuery frame drag and drop effect

Views 17034   downloads 2879   Layout & Interface

Inspired heavily by the jQuery Masonry plugin , Shapeshift is a plugin which will dynamically arrange a collection of elements into a grid in their parent container. Shapeshift is intended to be a very…

48
Yays

JQuery Slide accordion Toggle

Views 33231   downloads 5868   Accordion

we'll share a very common and easy jquery tutorial with you. A JQuery Slide Toggle function .slideToggle() function is used to hide or show matched elements in a sliding effect. So the basic syntax…

48
Yays

Around a circle menu with jQuery

Views 13260   downloads 2490  

When ordering lists you will often find that topics come to a full circle; the first item is very similar to the last one. In these cases a better visual representation would be ordering them around a…