Submit your widget
90
Yays

awesome Wheel Menu with CSS3

Views 37821   downloads 7189   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,…

92
Yays

Multicolor tooltips CSS3

Views 14926   downloads 3917   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,…

198
Yays

Seamless images scroller with jquery plugin

Views 42672   downloads 6691   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…

91
Yays

advanced Mobily Slider with jQuery

Views 36455   downloads 8996   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…

72
Yays

Animated image caption with jQuery in WordPress

Views 17901   downloads 2312   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…

54
Yays

Stylish Rocking CSS3 Search Field

Views 15325   downloads 2689   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…

94
Yays

JQuery Ajax Cool Shopping Cart effect

Views 27468   downloads 7058   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…

64
Yays

Nice CSS3 zoom-in zoom out slideshow

Views 14240   downloads 2875   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.…

65
Yays

jQuery Background Stretcher rotation Plugin

Views 18596   downloads 3168   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…

79
Yays

Checkbox and Radio control with jQuery

Views 10858   downloads 2947   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.…

59
Yays

Useful jQuery Form Add Hints and Auto Focus effect

Views 11067   downloads 2630   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.…

104
Yays

Fixed Headers Scrolling Tables With jQuery

Views 39875   downloads 7122   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()"…

78
Yays

Fixed Width And Height Scroll Effect.

Views 19240   downloads 3495   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…

97
Yays

Pure CSS3 simple 3D text effect

Views 18706   downloads 3790   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…

100
Yays

Nice No Images Looping Loaders Effect

Views 21416   downloads 5686   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.…