Submit your widget
101
Yays

JavaScript Scrollable

Views 12236   downloads 3257   Layout & Interface

TinyScroller is a basic scrollable div script at only 1.7KB. It can be used with any HTML and degrades gracefully. The styling is completely customizable through the simple CSS. More features will be…

129
Yays

JavaScript Popup lightbox

Views 42143   downloads 9357   Lightbox & Dialog & Overlay

TinyBox is a lightweight and standalone modal window script. At only 3.4KB it doesn’t include any slideshow capabilities built-in but allows for any AJAX or HTML input so the sky is the limit.The…

92
Yays

Slideshow Script – TinySlider

Views 11489   downloads 2749   Slideshow & Scroller

This super lightweight (1.5KB) and standalone sliding slideshow script can easily be customized to integrate with any website through CSS. You can add any content to it, not just images, and it gracefully…

86
Yays

Sliding JavaScript Menu Highlight

Views 8958   downloads 1814   Menu & Navigation

This sliding hover effect script is an easy method to add some flavor to your navigation. Using the CSS you can easily customize the navigation to fit your “look and feel”. The markup for…

86
Yays

Bounce out Vertical menu with jQuery CSS3

Views 12380   downloads 2192   Menu & Navigation

So here will create a simple bounce out vertical menu with the help of little bit css3 and jquery framework. Beautiful navigation menu can stand out your website from the crowd of creative navigations.…

77
Yays

jQuery Ajax delete

Views 13015   downloads 2753   Layout & Interface

Removing contents with Ajax is a useful tool to have in any web designers kit. Using a few lines of jQuery we can remove a div and simultaneously remove a record from the database with Ajax. In the download…

103
Yays

lightbox(jQuery )

Views 15671   downloads 3513   Lightbox & Dialog & Overlay

Galleria is a JavaScript image gallery unlike anything else. It can take a simple list of images and turn it into a foundation of multiple intelligent gallery designs, suitable for any project. Include…

82
Yays

Rotating Tabs using jQuery

Views 11205   downloads 1662   Tabs

the rotating tabs, we also need to take care of the behaviour when the user actually clicks on a tab by stopping the cycling behaviour on the desired tab. Finally, we will also highlight the selected…

166
Yays
99
Yays

A Simple jQuery Tooltip

Views 9309   downloads 2453   Tooltips

Quick Facts Easy to use Choice of fixed, on click or follow mouse tooltip Highly customizable Compatable with Firefox 2.5+, Safari, Opera, Chrome and Internet Explorer 6, 7 & 8   Usage Start…

91
Yays

Rollovers and tooltips with jQuery

Views 6746   downloads 2070   Tooltips

The usual stuff, mouse over an icon changes image and shows a tooltip The markup This is pretty straight, just an unordered list with three items and each item has a link.   <ul id="iconbar"><li><a…

102
Yays

jQuery Tooltips

Views 12247   downloads 2670   Tooltips

So here’s the JS     $(document).ready(function(){ $('[rel=tooltip]').bind('mouseover', function(){ if ($(this).hasClass('ajax')) { var ajax = $(this).attr('ajax'); $.get(ajax, function(theMessage){…

304
Yays

jQuery Visual Select

Views 72345   downloads 2239   Form

This plugin is setup to generate a list of images ontop of a select. Similar to the site ajaxload.info, but a jquery version. This is the first time i've written the jQuery for a site with a plugin in…

116
Yays

Fancy jQuery Pagination Plugin

Views 13905   downloads 3256   Slideshow & Scroller

jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to…

119
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 10894   downloads 1789   Image Effects

This example is making use of CSS3 and jQuery, just to show the effect when combining two powerful techniques. The CSS3 is injected by jQuery, keeping the CSS file clean. HTML The HTML of this page isn't…