Submit your widget
92
Yays

jQuery Disabled labels plugin

Views 6823   downloads 1842   Form

To better distinguish at a glance which inputs are disabled/enabled, I've chosen to style the labels of disabled inputs with a faint gray color. HTML The difference in HTML is a small one. The first example…

92
Yays

form Context highlighting using jQuery

Views 11908   downloads 2969   Form

Since the forms were often very complex and had (too much I would say) controls on them, I needed to focus a user's attention on the current context. I first thought to highlight the current row. The…

92
Yays

jQuery multiple Tooltip plugin

Views 7657   downloads 1580   Tooltips

This page lists jQuery plugins I’ve written. jQuery is a JavaScript library that makes writing JavaScript easy and fun. Like jQuery itself, all plugins are open-source, dual-licensed under MIT and…

92
Yays

Beautiful Colorful Sitemap With jQuery

Views 6514   downloads 1706   Text & Link Effects

Content-heavy websites with a deep navigational structure can benefit from sitemaps. A sitemap contains links to every important page on a website, often visually organized in a hierarchy. They generally…

92
Yays

simple CSS3 Slick Animated Image Caption

Views 24155   downloads 6416   Image Effects

This is  a simple CSS3 animated image caption. it's very common, useful. the CSS code. .container{ height:200px;width:400px; background:#000; overflow:hidden; position:relative; } .text{ background:rgba(0,0,0,0.5);…

92
Yays

Useful image hover slide effect with jQuery

Views 61209   downloads 8556   Image Effects

This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an…

92
Yays

Nice jquery full background image slider

Views 81876   downloads 17394   Slideshow & Scroller

Backgrounds are an important aspect when it comes to creating a website. Whenever i look at a website the background most likely determines what the rest of the website will look like. As we may all know…

92
Yays

Useful Reads and parses XML file with jQuery

Views 13417   downloads 2431   Text & Link Effects

This tutorial will guide you how to build a jQuery script that reads and parses XML file and display data in random order. I made this because I believe some of us might get this kind of request from…

92
Yays

Very stylish jQuery Countdown Timer

When building a coming soon or event page, you find yourself in search for a good way to display the remaining time. A countdown gives the feel of urgency, and combined with an email field will yield…

92
Yays

jQuery & CSS3 custom skin select lists

Views 31980   downloads 8348   Form

Skin your HTML select lists easily with Selectyze plugin. It works with IE6-9, chrome, Safari, Firefox.. HOW DOES IT WORK ? Selectyze hide your select element, and build a <div> just below the select…

91
Yays

Multiple Image Cross Fade with jquery

Views 45595   downloads 4856   Slideshow & Scroller

Getting Started What we want to do first is to create mark-up for the content. Like this: <div class="container"> <img src="bmw_3.jpg" alt="" /> <img src="bmw_2.jpg" alt="" /> <img…

91
Yays

jQuery Fancy Zoom Plugin

Views 13599   downloads 2375   Lightbox & Dialog & Overlay

This plugin is the jQuery version on the fancy zoom effect. As describe on the fancy zoom web site, this effect is providing a smooth, clean, truly Mac-like effect, almost like it's a function of Safari…

91
Yays

Transition Between Images Slideshow (Mootools)

Views 9277   downloads 1845   Slideshow & Scroller

Features Fade, Slide and Wipe transitions loops Play, Stop, Next and Previous controls Inits from array of image src's, a list of images on the page or using the href of an a tag like the lightbox Usage…

91
Yays

Showing links while hovering using CSS

Views 10992   downloads 1484   Text & Link Effects

Links (or anchor tags) are really important in webdesign/development. With all default settings (Both in CSS and the webbrowser), a link does look pretty ugly: A blue, underlined text (and purple when…

91
Yays

A Slick Content Slider(jQuery)

Views 13438   downloads 1981   Slideshow & Scroller

we are going to make a slick content slider for a computer shop, with the help of jQuery and the MopSlider plugin. The slider is going to be generated with PHP and we are using a plain txt file as a data…