Submit your widget
104
Yays

JavaScript Scrollable

Views 12483   downloads 3366   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…

141
Yays

JavaScript Popup lightbox

Views 42524   downloads 9472   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…

100
Yays

Slideshow Script – TinySlider

Views 11742   downloads 2874   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…

88
Yays

Sliding JavaScript Menu Highlight

Views 9235   downloads 1951   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…

89
Yays

Bounce out Vertical menu with jQuery CSS3

Views 12752   downloads 2337   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.…

80
Yays

jQuery Ajax delete

Views 13321   downloads 2887   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…

104
Yays

lightbox(jQuery )

Views 16026   downloads 3643   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…

89
Yays

Rotating Tabs using jQuery

Views 11472   downloads 1800   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…

175
Yays
102
Yays

A Simple jQuery Tooltip

Views 9552   downloads 2578   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 7012   downloads 2178   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…

105
Yays

jQuery Tooltips

Views 12531   downloads 2803   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){…

305
Yays

jQuery Visual Select

Views 72855   downloads 2392   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…

118
Yays

Fancy jQuery Pagination Plugin

Views 14210   downloads 3399   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…

120
Yays

a polaroid Drag drop photo viewer with CSS3 and jQuery

Views 11300   downloads 1910   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…