Submit your widget
133
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 19921   downloads 3321   Slideshow & Scroller

It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built…

133
Yays

CSS and Javascript Style your Sitemaps tree menu

Views 36425   downloads 8539   Menu & Navigation

Sitemap Syler is a little CSS/JavaScript piece of code that can be easily applied to your sitemap list. It then takes care of it's presentation. All you have to do is include couple lines of code. It…

133
Yays

iPhone-like Password Fields using jQuery

Views 8198   downloads 2025   Form

Password fields on iPhone/iPod touch   Of course Nielsen is right when he talks about users making more errors and feeling less confident when they can’t see what they’re typing while…

133
Yays

jQuery UI Spinner - numeric stepper

Views 32858   downloads 5075   Form

Usage Events The following events fire when interacting with the Spinner via keyboard or mouse: spinup - during value increment. spindown - during value decrement. spin - during value increment/decrement.…

133
Yays

jquery Hover Sub Tag Cloud

Views 8127   downloads 1962   Tooltips

Tag clouds When, used properly, they can provide visitors with an instant illustration of the main topics of the site’s content. And although we don’t have that much choice in designing them,…

132
Yays

jQuery image AdSense(Image Tips)

Views 14678   downloads 3051   Tooltips

Installation   Step1:include css and js files. <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/webwidget_tip_imagesAdSense.js"></script>…

132
Yays

iColorPicker jQuery plugin - The Easiest Color Picker Ever!

Views 8368   downloads 2047   Color Picker

iColorPicker is free, small (6kB), jQuery Color Picker. It converts each input field which class name is “iColorPicker” to beautiful color picker. How to Use It? Using this Color Picker is…

132
Yays

Animate Curtains Opening with jQuery

Views 29298   downloads 5142   Image Effects

Step 1 – What You’ll Need This example would not be anything special without the graphics, so let’s make sure you’ve got those under control. I’ve included the ones used…

132
Yays

Coda Tabs Slider Effect jQuery

Views 32477   downloads 7347   Slideshow & Scroller

Recreating this effect is simple to do if you know what plugins to use. There are plugins out in the wild already, but we want our jQuery to satisfy the following requirements: Degrades perfectly without…

132
Yays

CSS and Jquery: an Image Slider

Views 14839   downloads 2478   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…

132
Yays

jQuery fading header effect

Views 16483   downloads 2340   Image Effects

The HTML and CSS The HTML is very straight forward. We have a h1 element with a link inside of it. We’re going to hook our Javascript onto our header (or whichever element we want to add this effect…

132
Yays

Annotation Overlay Effect with jQuery

Views 11361   downloads 1676   Image Effects

we will create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. The Markup The HTML is pretty simple: we have a main “portfolio” wrapper…

132
Yays

Image Select Elements with jQuery and CSS3

Views 17903   downloads 3661   Form

When creating your web designs, you are always striving for a consistent look across the different browsers. Unfortunately, one of the most fundamental elements of your website – the browser controls…

131
Yays

Customizing the Accordion effect

Views 18178   downloads 3423   Accordion

Adding a custom effect If you want to make custom effects, you'll use the $.tools.tabs.addEffect() method. The first argument is the effect name and the second argument is the function that performs the…

131
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 31034   downloads 5818   Slideshow & Scroller

Functionality Checklist The Coda Slider was 90% there already. There is a main content area (panels, if you will), which slide from left to right each with different unique content. There is generally…