Submit your widget
114
Yays

Awesome jQuery and CSS3 Interactive menu

7 months ago   Views 39693   downloads 7505   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

74
Yays

jQuery New Top Black Menu Bar like Google

7 months ago   Views 40405   downloads 6661   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

67
Yays

jQuery and CSS3 Animation effect

7 months ago   Views 32193   downloads 5041   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

74
Yays

Awesome CSS3 animation menu

7 months ago   Views 29450   downloads 5478   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

47
Yays

Useful CSS3 and jQuery smooth transformations

7 months ago   Views 10648   downloads 1042   Layout & Interface

Super-smooth CSS3 transformations and transitions for jQuery Just include this script after jQuery. Requires jQuery 1.4+. Use $('...').transition instead of jQuery's $('...').animate.…

41
Yays

Sortable text list with jQuery

7 months ago   Views 19762   downloads 2670   Text & Link Effects

this is a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable. Yeah! Do you also want the possibility to add, edit and remove items…

70
Yays

HTML5 sorting photos Drag and Drop effect

7 months ago   Views 21511   downloads 2840   Image Effects

Drag and Drop and HTML5. As you know (I hope), all modern browsers (it should be FF, Safari, Chrome, possible Opera) have native support of this useful feature (as drag and drop). It means that we can…

25
Yays

jQuery Mouse Tracking Tooltips plugin

7 months ago   Views 11100   downloads 1589   Tooltips

Tooltipster is a lightweight jQuery plugin that enables you to easily create clean, HTML5 validated tooltips. Supports HTML tags inside the tooltip Lightweight and degradable Extremely flexible &…

33
Yays

jQuery Collapsible Content accordion plugin

7 months ago   Views 15016   downloads 3131   Accordion

Collapsible Content with JavaScript This plugin provides you an accessible and lightweight solution to a widely adopted interface pattern known as progressive disclosure Basic Usage <div id="demo"…

18
Yays

fc.tape — rotate css-sprites like cinema tape

7 months ago   Views 11103   downloads 488   Slideshow & Scroller

jQuery widget for sprite animations.   Basic usage   To embed the widget in your page you need to create a block element with fixed dimensions, equal to your frame size, and background image…

62
Yays

jQuery cool dynamic grid layout plugin

7 months ago   Views 41891   downloads 6089   Image Effects

BlocksIt.js is a jQuery plugin for creating dynamic grid layout. It manages to convert HTML elements into ‘blocks‘ and position them in well-arranged grid layout like Pinterest, one of…

47
Yays

HTML5 and CSS3 accord effect

8 months ago   Views 23785   downloads 3839   Accordion

While reading more about HTML5 & CSS3 I just found an amazing css3 button styling. This time I wanted to do something which I was doing from past 2 years using JQuery. In this tutorial I am going…

46
Yays

Beautiful images animation Waves effect

8 months ago   Views 21533   downloads 2553   Image Effects

Makes cool ass lakes. No license, do what you want as long as it involves some Cool Ass Lakes. How does it work? <script src="jquery.js"></script> <script src="lake.js"></script>…

19
Yays

Auto Resize Picture - jQuery Picture

8 months ago   Views 11263   downloads 438   Image Effects

  Overview jQuery Picture is a tiny (2kb) plugin to add support for responsive images to your layouts. It supports both figure elements with some custom data attributes and the new proposed picture…

45
Yays

jQuery useful Drop-Down Menu with Fixed list

8 months ago   Views 21155   downloads 3589   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…