Submit your widget
105
Yays

JavaScript Scrollable

Views 12547   downloads 3395   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…

142
Yays

JavaScript Popup lightbox

Views 42627   downloads 9502   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…

101
Yays

Slideshow Script – TinySlider

Views 11805   downloads 2902   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…

89
Yays

Sliding JavaScript Menu Highlight

Views 9309   downloads 1986   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…

90
Yays

Bounce out Vertical menu with jQuery CSS3

Views 12827   downloads 2370   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.…

82
Yays

jQuery Ajax delete

Views 13387   downloads 2919   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…

105
Yays

lightbox(jQuery )

Views 16084   downloads 3672   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…

90
Yays

Rotating Tabs using jQuery

Views 11537   downloads 1836   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…

176
Yays
103
Yays

A Simple jQuery Tooltip

Views 9612   downloads 2610   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…

94
Yays

Rollovers and tooltips with jQuery

Views 7064   downloads 2207   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…

107
Yays

jQuery Tooltips

Views 12590   downloads 2829   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){…

308
Yays

jQuery Visual Select

Views 72951   downloads 2420   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…

120
Yays

Fancy jQuery Pagination Plugin

Views 14271   downloads 3433   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…

121
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 11393   downloads 1943   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…