Submit your widget
104
Yays

using jQuery and CSS3 a Speech Bubble Tooltips

Views 8040   downloads 1997   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…

162
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24852   downloads 5086   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…

100
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11219   downloads 2084   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…

132
Yays

CSS and Jquery: an Image Slider

Views 15060   downloads 2565   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…

104
Yays

jShowOff jQuery Content Rotator

Views 14814   downloads 2580   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…

124
Yays

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

Views 21255   downloads 3561   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>…

120
Yays

Simple transition effect jQuery

Views 13820   downloads 3140   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 8438   downloads 1392   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…

150
Yays

Pure CSS Tooltip

Views 7519   downloads 1500   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…

101
Yays

jQuery Plugin: fancy FAQs

Views 7859   downloads 2451   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,…

221
Yays

jQuery plugin: Easy Accordion

Views 27470   downloads 6198   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…

250
Yays

jQuery StyleTable Plugin

Views 18774   downloads 3661   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 40925   downloads 7837   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…

94
Yays

iPhone Style Checkboxes With CSS3

Views 13087   downloads 2244   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…

111
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9712   downloads 1842   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…