Submit your widget
92
Yays

awesome Wheel Menu with CSS3

Views 38217   downloads 7308   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,…

94
Yays

Multicolor tooltips CSS3

Views 15150   downloads 4016   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 43961   downloads 6823   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…

93
Yays

advanced Mobily Slider with jQuery

Views 36717   downloads 9128   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…

77
Yays

Animated image caption with jQuery in WordPress

Views 18156   downloads 2430   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…

56
Yays

Stylish Rocking CSS3 Search Field

Views 15523   downloads 2797   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 27808   downloads 7149   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…

66
Yays

Nice CSS3 zoom-in zoom out slideshow

Views 14432   downloads 2993   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.…

67
Yays

jQuery Background Stretcher rotation Plugin

Views 18812   downloads 3286   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 11076   downloads 3061   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.…

61
Yays

Useful jQuery Form Add Hints and Auto Focus effect

Views 11299   downloads 2744   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.…

105
Yays

Fixed Headers Scrolling Tables With jQuery

Views 40258   downloads 7224   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()"…

80
Yays

Fixed Width And Height Scroll Effect.

Views 19509   downloads 3614   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…

104
Yays

Pure CSS3 simple 3D text effect

Views 18976   downloads 3910   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…

102
Yays

Nice No Images Looping Loaders Effect

Views 21603   downloads 5814   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.…