Submit your widget
105
Yays

using jQuery and CSS3 a Speech Bubble Tooltips

Views 8180   downloads 2053   Tooltips

There are a very lightweight and good looking tooltip without using any images. The HTML This tooltip is going to work on any <a> link that has a class of “sbtooltip” and contains a…

163
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 25008   downloads 5149   Menu & Navigation

we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the…

101
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11324   downloads 2138   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…

134
Yays

CSS and Jquery: an Image Slider

Views 15204   downloads 2629   Image Effects

Basically you are going to create a jquery effect. When a holder is hovered over the top image slides down to reveal the image underneath. I will also explain how to use position absolute to float an…

105
Yays

jShowOff jQuery Content Rotator

Views 14942   downloads 2643   Slideshow & Scroller

jShowOff is a jQuery plugin for creating a rotating content module. It works by creating 'slides' from the child elements (eg. <li>) inside a specified wrapper element (eg. <ul>) on which…

127
Yays

previous-next slideshow - simple and practical image slideshow jQuery plugin

Views 21380   downloads 3615   Slideshow & Scroller

Usage Include js and css files. <link href="css/previousnext.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

121
Yays

Simple transition effect jQuery

Views 13921   downloads 3199   Slideshow & Scroller

Simple transition effect to rotate images one "slice" after another. JS $(document).ready(function() { // $('#rotator').stripesRotator({ images: $('#imagescontainer') }); // $('#rotator').stripesRotator({…

110
Yays

jQuery plugin: Easy List Splitter

Views 8543   downloads 1459   Text & Link Effects

Easy List Splitter keeps the HTML to the minimum. No unnecessary elements or inline styles are added to the code. You’ll get a clean plain HTML with some classes that you can use as hooks to easily…

151
Yays

Pure CSS Tooltip

Views 7662   downloads 1559   Tooltips

we can create pure CSS tooltips which are simple and accessible, because they will work even if the user browses the page without JavaScript enabled. What we need is just aplain list of links. The XHTML…

102
Yays

jQuery Plugin: fancy FAQs

Views 7965   downloads 2516   Text & Link Effects

This example will show you how to use jQuery in order to generate easy-to-read and eye-pleasing FAQs, with a fancy slide down effect. This script will help you enhancing both user experience and accessibility,…

222
Yays

jQuery plugin: Easy Accordion

Views 27619   downloads 6277   Accordion

Easy Accordion plugin will get your definition lists (DTs) and generate a nice and smooth horizontal accordion. You can then decide to make it a timed slideshow or leave it still. As usual, all of that…

252
Yays

jQuery StyleTable Plugin

Views 18921   downloads 3724   Table

The StyleTable is free/open source jQuery plugin that can be used to style the tables. How To Use Using StyleTable plugin is as easy as this line of code: $('table').styleTable(); That will style all…

397
Yays

Sweet Menu JQuery

Views 41095   downloads 7903   Menu & Navigation

Sweet Menu takes an ordinary unordered list of links and makes it a sweet looking menu. It does this by utilizing jQuery and it’s plugin system. Simply include the jQuery library, the Sweet Menu…

95
Yays

iPhone Style Checkboxes With CSS3

Views 13215   downloads 2303   Form

Here’s some form input checkboxes styled with CSS3 to look like iPhone style on/off buttons. Just messing about again with CSS3. It’s all done with an input ‘checkbox’ an a couple…

112
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9870   downloads 1904   Menu & Navigation

 Everyday on the web there’s something that we all do, almost regardless of the site that we’re on – we scroll down. If we’re reading a blog post, looking through a product…