Submit your widget
104
Yays

using jQuery and CSS3 a Speech Bubble Tooltips

Views 8060   downloads 2004   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 24876   downloads 5096   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 11231   downloads 2093   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…

133
Yays

CSS and Jquery: an Image Slider

Views 15081   downloads 2577   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 14834   downloads 2587   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 21272   downloads 3571   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 13834   downloads 3146   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 8454   downloads 1403   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 7534   downloads 1507   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 7873   downloads 2460   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 27493   downloads 6210   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 18800   downloads 3672   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 40950   downloads 7846   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 13113   downloads 2251   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 9732   downloads 1852   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…