Submit your widget
93
Yays

awesome Wheel Menu with CSS3

Views 38413   downloads 7363   Menu & Navigation

There’s no better way to learn CSS3 than to get your hands dirty on an actual project and that’s exactly what we’re going to do. I’m going to teach you how to create an awesome,…

95
Yays

Multicolor tooltips CSS3

Views 15251   downloads 4073   Tooltips

If your icon or button has insufficient text or none at all, or it just needs some additional explanation, then you surely need a tooltip for it. Why’s that? Because, as they have proved till now,…

199
Yays

Seamless images scroller with jquery plugin

Views 44679   downloads 6883   Slideshow & Scroller

Update(2011.9.27): fixed title overflow bug. Usage Add js and css files <link href="css/scroller_roll.css" rel="stylesheet" type="text/css"></link> <script…

94
Yays

advanced Mobily Slider with jQuery

Views 36823   downloads 9179   Slideshow & Scroller

MobilySlider is advanced slideshow plugin for jQuery (5KB). can add inline HTML content (awesome!) looping auto generated pagination auto generated arrows autoplay fade, horizontal, vertical slide transition…

78
Yays

Animated image caption with jQuery in WordPress

Views 18249   downloads 2481   Image Effects

Google loves it so, if in addition to pictures or descriptive text still stands. Why WordPress has introduced some time ago, the image caption. This can - if you're not a friend of captions - manipulate…

57
Yays

Stylish Rocking CSS3 Search Field

Views 15606   downloads 2845   Form

CSS3 is the next generation style sheet language. It introduces a lot of new and exciting features like shadows, animations, transitions, border-radius etc. Although the specifications have not been finalized…

97
Yays

JQuery Ajax Cool Shopping Cart effect

Views 27973   downloads 7191   Image Effects

this is   Ajax and JQuery shopping carts ,hope you will love it. JQuery Code $(document).ready(function() { var Arrays=new Array(); $('.add-to-cart-button').click(function(){ var thisID…

67
Yays

Nice CSS3 zoom-in zoom out slideshow

Views 14521   downloads 3037   Image Effects

This free copy and paste script adds a stylish CSS3 effect to your slideshow. Simply by setting the style attributes you can apply corners to any or all four image-corners, furthermore you can apply shadows.…

69
Yays

jQuery Background Stretcher rotation Plugin

Views 18903   downloads 3333   Slideshow & Scroller

bgStretcher 2011 (Background Stretcher) is a jQuery plug-in which allows you to add a large image (or a set of images) to the background of your web page and will proportionally resize the image(s) to…

80
Yays

Checkbox and Radio control with jQuery

Views 11163   downloads 3111   Form

In web development/design, there’re a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox.…

63
Yays

Useful jQuery Form Add Hints and Auto Focus effect

Views 11387   downloads 2798   Form

This demo teaches you how to easily add hints to your forms and auto focus fields. We are continuing a series of quick articles for web developers which explain how to automate things during website programming.…

106
Yays

Fixed Headers Scrolling Tables With jQuery

Views 40415   downloads 7271   Table

the scrolling tables with fixed headers. and will take the exercise a step further by creating a jQuery plugin to keep the code contained in one location and allow users to call the "chromatable()"…

81
Yays

Fixed Width And Height Scroll Effect.

Views 19623   downloads 3676   Slideshow & Scroller

iScroll 4 is a complete rewrite of the original iScroll code. The script development began because mobile webkit (on iPhone, iPad, Android) does not provide a native way to scroll content inside a fixed…

106
Yays

Pure CSS3 simple 3D text effect

Views 19099   downloads 3970   Text & Link Effects

The basic idea is pretty simple. You can get a nice 3D effect combining multiple levels of text-shadow. The code required to get this result is something like: text-shadow: rgb(187, 187, 187) 0px 1px…

103
Yays

Nice No Images Looping Loaders Effect

Views 21669   downloads 5858   Layout & Interface

Sonic is a small (~3k minified) JS “class” you can use to create custom loading animations. It works best with looping animations — i.e. a snake that’s trying to eat its own tail.…