Submit your widget
105
Yays

using jQuery and CSS3 a Speech Bubble Tooltips

Views 8111   downloads 2023   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 24930   downloads 5118   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 11268   downloads 2110   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 15136   downloads 2596   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 14877   downloads 2608   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 21318   downloads 3592   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 13872   downloads 3168   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 8495   downloads 1424   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 7575   downloads 1527   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 7910   downloads 2480   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 27539   downloads 6231   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…

251
Yays

jQuery StyleTable Plugin

Views 18847   downloads 3692   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 41018   downloads 7875   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 13154   downloads 2273   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 9797   downloads 1870   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…