Submit your widget
104
Yays

JavaScript Scrollable

Views 12498   downloads 3372   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 42557   downloads 9480   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 11761   downloads 2882   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 9260   downloads 1964   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 12769   downloads 2345   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 13337   downloads 2895   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 16043   downloads 3652   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 11489   downloads 1811   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 9574   downloads 2590   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 7033   downloads 2184   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 12549   downloads 2809   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){…

307
Yays

jQuery Visual Select

Views 72882   downloads 2396   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…

119
Yays

Fancy jQuery Pagination Plugin

Views 14226   downloads 3409   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 11333   downloads 1921   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…