Submit your widget
46
Yays

Very Useful JQuery barcode plugin

about a year ago   Views 9920   downloads 1468   Layout & Interface

Jquery plugin to create barcode Barcode JQuery plugin installation Like any plugin, just inclure the source file after including that of JQuery. <script type="text/javascript" src="jquery-1.3.2.min.js"></script>…

46
Yays

Very using jQuery Anystretch effect

about a year ago   Views 12202   downloads 1104   Image Effects

jQuery Anystretch Anystretch is a jQuery plugin that allows you to add a dynamically-resized background image to any page or block level element. The image will stretch to fit the page/element, and will…

46
Yays

Nice Stacking images Gallery with jQuery

about a year ago   Views 17972   downloads 2952   Slideshow & Scroller

Learn how to create a simple and neat stacking Photo Gallery using CSS and jQuery. Click on the View Demo link below to view the stacking image gallery. Images are stacked one behind the other and on…

46
Yays

Useful CSS3 and jQuery smooth transformations

6 months ago   Views 9989   downloads 965   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.…

46
Yays

CSS3 and jQuery date calendar effect

8 months ago   Views 10764   downloads 1397   Calendar & Date & Time picker

This is a CSS3 animation calendar with some jQuery . You’re allowed to use the calendar for your own purpose. For those who are interested to learn a bit more about how the calendar is built, I…

46
Yays

cool jQuery and CSS3 Login Box Dialog Window

about a year ago   Views 24623   downloads 12428   Form

Hello guys, in this demo will introduce how to create a simple modal dialog window with jQuery by using of a login box. This demorequires intermediate knowledge of CSS and jQuery. For best results, please…

46
Yays

HTML5 and CSS3 accord effect

7 months ago   Views 21950   downloads 3495   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

7 months ago   Views 19823   downloads 2417   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>…

45
Yays

very cool background animation with jquery

about a year ago   Views 11205   downloads 1566   Image Effects

This is a cool background animation with jquery. Hear is all jquery code: (function($) { $.fn.animatedBG = function(options){ var height = $(this).height(); var width = $(this).width(); var parts = options.parts;…

45
Yays

Pure CSS3 Two Level Dark Menu

about a year ago   Views 9054   downloads 2236   Menu & Navigation

Now we are going to add the HTML content for our dark menu, and here we are using a simple unordered list with list items as you want and a sub menu using also an unordered list with list items as you…

45
Yays

Stylish Rocking CSS3 Search Field

about a year ago   Views 11661   downloads 1568   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…

45
Yays

Navigation bar on the right of the page with jQuery

about a year ago   Views 14108   downloads 1744   Menu & Navigation

Flexible Nav is a small jQuery library which add a smart navigation bar on the right of the page. It improves a web page navigation and helps to visualize different sections of a document, an article,..…

45
Yays

Fun CSS3 Card Trick

about a year ago   Views 9223   downloads 1201   Tabs

This demo is based on a simple animated experiment that showcases just one of the amazing things you can create using CSS. It goes without saying that since CSS3 is still not supported by all browsers,…

45
Yays

One Page scroll Navigation with jQuery Plugin

about a year ago   Views 21669   downloads 3960   Menu & Navigation

there have a freelance project where a one-page site makes sense, The Markup there with an unordered list for the navigation and a bunch of sections: <ul id="nav"> <li class="current"><a…

45
Yays

jQuery Stylish Background Image Sliding effect

about a year ago   Views 18986   downloads 2587   Slideshow & Scroller

we'll show you how to create sliding image cell effect. This is will something like small photo gallery. Step 1. HTML Here are full html code of our result. For our demonstration I use 5 photos –…