Submit your widget
149
Yays

Color Picker - jQuery plugin

Views 9931   downloads 2325   Color Picker

  A simple component to select color in the same way you select color in Adobe Photoshop   Implement   Attach the Javascript and CSS files to your document. Edit CSS file and fix the paths…

149
Yays

slide tabbed box using jQuery

Views 15950   downloads 3581   Tabs

A new jQuery plugin tabSwitch which automate all the step to make a slide tabbed box and many other style of tabs. There are so many kinds of tabbed menu nowadays. Still I really like the sliding effect…

148
Yays

Phatfusion multiBox lightbox

Views 16201   downloads 2511   Lightbox & Dialog & Overlay

lightbox that supports jpg, gif, png, flash, flv, mov, wmv, mp3, html, iframe features supports a range of multimedia formats. auto detects format or you can specify the format. supports html descriptions.…

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15199   downloads 3428   Menu & Navigation

Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last…

148
Yays

Pure CSS Tooltip

Views 7298   downloads 1381   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…

148
Yays

Nice Pure CSS3 Slick Menu

Views 30559   downloads 6089   Menu & Navigation

In this article we are  trying to mimic the navigation menu in Dragon Interactive website using only CSS (no images, no JavaScript). Note: This is an experimental example using the new features of…

147
Yays

PiroBox lightbox with jQuery

Views 25885   downloads 3986   Lightbox & Dialog & Overlay

The gallery is simple to set up, and offers some great features: Built completely on the jQuery library Automatically resizes images based on browser window size Previous/Next links can be outside the…

147
Yays

Interactive Picture with jQuery(Image Tips)

Views 20393   downloads 3949   Tooltips

In this tutorial I will be showing you how to piece together an interactive picture – aka an image that contains tooltips and popup boxes. This can be useful for showing off a particular aspect…

147
Yays

jQuery Advanced docking Side Menu

Views 40301   downloads 4777   Menu & Navigation

How Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality.Similar Side Menu Effects The…

147
Yays

Animated CSS3 Horizontal Menu

Views 12247   downloads 2283   Menu & Navigation

Inspired by CSS Sprites2 – It’s JavaScript Time from A List Apart and Using jQuery for Background Image Animations written over a year ago, I decided to create a short tutorial about a animated…

147
Yays

jQuery Mouse Events

Views 13444   downloads 2379   Tooltips

HTML For us to make a tooltip we’re going to have some links to work with, and a container for our tooltip.  There is nothing too special here.  I placed the links in a header tag just…

146
Yays

jQuery simple Tree Menu

Views 43500   downloads 6075   Menu & Navigation

This is Custom Events, and the Special Events API in jQuery Web pages, for the most part, are event-driven. Libraries such as jQuery have provided helper methods to make this functionality much easier…

146
Yays

A Colorful Clock With CSS & jQuery

we are going to make a colorful jQuery & CSS clock   Step 1 – XHTML As usual, we start with the XHTML markup. The difference is, that the XHTML is not contained in demo.html, but is dynamically…

146
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 20846   downloads 2974   Image Effects

This time with zoom and sliding caption. HTML <!-- start thumbnailWrapper div --> <div class='thumbnailWrapper'> <ul> <li> <a href='#'><img src='images/1.jpg' /></a>…

146
Yays

Cool JQuery and CSS3 Animation Menu

Views 24322   downloads 4894   Menu & Navigation

The menu is simple, but unique. Script structure: HTML: <div id="menu"> <ul id="nav"> <li> <a href="#" class="icon1"> <span>Home Page</span>…