Submit your widget
90
Yays

awesome Wheel Menu with CSS3

Views 38191   downloads 7297   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 15136   downloads 4006   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 43873   downloads 6809   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 36700   downloads 9113   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 18142   downloads 2423   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 15511   downloads 2788   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 27784   downloads 7142   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 14420   downloads 2981   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 18798   downloads 3276   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 11053   downloads 3049   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 11279   downloads 2731   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 40232   downloads 7214   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 19492   downloads 3606   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 18958   downloads 3902   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 21586   downloads 5804   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.…