Submit your widget
101
Yays

jQuery Image Gallery/News Slider

Views 16588   downloads 2551   Slideshow & Scroller

Introduction Until this day, jQuery is still blowing me away with its simplicity and robustness. As you can see, I have been concentrated to produce tutorials about it, and I just couldn't help it! Right,…

101
Yays

Greyscale Hover Effect CSS & jQuery

Views 35233   downloads 4702   Image Effects

Wireframe – HTML First set up an unordered list which we will use as our foundation for the list of gallery images. <ul class="gallery"> <li> <a href="#" class="thumb"><span><img…

101
Yays

Slideshow Script – TinySlider

Views 11806   downloads 2902   Slideshow & Scroller

This super lightweight (1.5KB) and standalone sliding slideshow script can easily be customized to integrate with any website through CSS. You can add any content to it, not just images, and it gracefully…

101
Yays

jQuery Sliding Tab Menu for Sidebar

Views 12681   downloads 2580   Tabs

a sliding tab menu for your sidebar by using jQuery and jQuery.scrollTo. We will be using a famous plugin called jQuery.scrollTo. jQuery scrollTo is an amazing plugin and doing sliding menu has never…

101
Yays

Navigate into extralarge images(jQuery)

Views 12778   downloads 2335   Tabs

A photogallery for extralarg images with navigator. You can drag your extralarge image in the display by the navigator or the image itself. Enjoy yourself into images. here is the js call: $(function(){…

101
Yays

accordion effect using CSS3

Views 11775   downloads 2388   Accordion

The xhtml <dl> <dt><a href="#Section1">Section 1</a></dt> <dd id="Section1"> <p> Lorem ipsum dolor sit amet... </p> </dd> <dt><a href="#Section2">Section…

101
Yays

jQuery illuminate with info balloon

Views 10711   downloads 2023   Lightbox & Dialog & Overlay

Illuminate – jQuery plugin This plugin is used to highlight elements on a web page. What it does: When using the plugin you can highlight any kind of element on the webpage. You could use it for…

101
Yays

jquery flip Text

Views 11815   downloads 1687   Text & Link Effects

Never needed to flip your text vertically? jquery.mb.flipText is a simple plug-in to turn your text vertically in both direction: top-bottom or bottom-top. It embeds an SVG object so you can use whatever…

101
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11269   downloads 2111   Text & Link Effects

  Users have very different opinions when it comes to tag clouds. Some like them, some can't stand to look at the mess. Whatever your feelings are, categorizing items (i.e. blog posts) using tags…

101
Yays

Pure CSS3 Pie Charts effect

Views 21270   downloads 3056   Graph & Chart

Keep in mind that this technique is currently cutting-edge. It only works in the latest versions of Firefox, Chrome,and Safari UPDATE and Opera; and requires browser-specific extensions to CSS to pull…

101
Yays

Useful dropdown menu with CSS3 jQuery

Views 28540   downloads 9762   Menu & Navigation

This CSS dropdown menu, without any additional Javascript code. There are no images used and, as usual, minimal HTML markup. HTML structure As you can see in the following lines, the HTML structure does…

101
Yays

beautiful css3 and jQuery clock effect

We will simply create a clock image in photoshop and provide different images for each hand. A jQuery script will update the rotate position every 1000 millisecond, therefore creating a rotating effect…

101
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 23323   downloads 4982   Form

MotionCAPTCHA is a jQuery CAPTCHA plugin, based on the HTML5 Canvas Harmony procedural drawing tool by Mr Doob and the $1 Unistroke Gesture Regonizer algorithm (and the more recent Protractor…

100
Yays

Standard zoom(jquery)

Views 10647   downloads 3265   Image Effects

Add first the last jQuery release, then the jQZoom script(don't forget this),the correct order is important.Look at the installation code below. <script type='text/javascript' src='js/jquery-1.2.6.js'></script>…

100
Yays

Stylish Select box(jQuery)

Views 16658   downloads 3256   Form

A cross-browser, accessible alternative to the standard form element which can be fully customised with CSS   Stylish Select attempts to replicate the functionality of the browser default select…