Submit your widget
88
Yays

Great TinySlider 2 with jQuery

Views 30834   downloads 6618   Slideshow & Scroller

This full-featured and standalone JavaScript slider is easily configurable and visually customizable using CSS. It also clocks in at a tiny 3KB. Features included from the first version include automatic…

88
Yays

jQuery Awesome Portfolio Navigation slideshow Image

Views 23134   downloads 3329   Slideshow & Scroller

we want to show you a portfolio image navigation template with jQuery. The idea is to show some portfolio items in a grouped fashion and navigate through them in all 2D ways (horizontal/vertical). Either…

88
Yays

Awesome Notification tooltips Menu with jQuery

Views 27395   downloads 4886   Menu & Navigation

A jQuery plugin to add notification bubbles and a notification list to any menu. Usage var notifications = new $.ttwNotificationMenu({ colors:['#f56c7e', '#fec151', '#7ad2f4']…

88
Yays

Useful Peel Back With jQuery

Views 22291   downloads 4884   Layout & Interface

It achieves a nice reflection effect, but otherwise it’s not so great. It’s heavy, slow, not that easy to manipulate, and, being Flash, prone to certain conflicts. Long aside on the general…

87
Yays

The Simplest jQuery Tooltip Ever

Views 4840   downloads 1221   Tooltips

What this script does is adds an element to the body when you roll over a certain object. That element's appearance is predefined with css (positioned absolute and styled) so all we need to do is fill…

87
Yays

jQuery feed menus

Views 10047   downloads 2004   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

87
Yays

Sliding Panel Photo Wall Gallery with jQuery

Views 18195   downloads 2304   Slideshow & Scroller

we will create a stunning full page photo wall gallery. The idea is to have a whole page full of thumbs with a nice light effect when we hover. When an image is clicked, a panel slides up from the bottom…

87
Yays

jQuery image zoom effect

Views 11149   downloads 1892   Image Effects

The HTML There are two DIV’s that make up the construction of each element, we first have out .item div which is the container for our image and caption. Directly inside the ‘item’ div…

87
Yays

Beautiful Customized Tooltips jQuery

Views 6020   downloads 1760   Tooltips

Making beautiful tooltips is easy! Customized tooltips with images or stylized text can enhance the experience for your users. HTML <div id="tooltipList"> <ul> <li ><a class="tooltip"…

87
Yays

Slideshow jQuery Plugin

Views 9437   downloads 1395   Slideshow & Scroller

Include JavaScript library jQuery and (a)Slideshow plugin (with style): <link href="/js/jquery.aslideshow/simple/styles.css" media="screen" rel="stylesheet" type="text/css" /> <script type="text/javascript"…

87
Yays

PictureSlides jQuery

Views 12600   downloads 2519   Slideshow & Scroller

PictureSlides is a plugin for jQuery, and it is a highly customizable JavaScript-based way to easily turn your images into a collection viewable as a slideshow, and with fading effects, if desired. It…

87
Yays

Mootools Elegant Menu Fly-out

Views 10219   downloads 2008   Menu & Navigation

It’s a more elegant solution than regular fly-outs,Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript. [Update: You can now try out and…

87
Yays

Simple jQuery Table Highlighter

Views 8937   downloads 2170   Table

This Table Highlighter is so faster and handle larger datasets , it’s pretty straight forward to use. All you have to do is include the jQuery and the plugin file: <script src='http://www.google.com/jsapi'…

87
Yays

POP dropdown menus with jQuery

Views 10073   downloads 2343   Menu & Navigation

Include the stylesheet, with any of your mods. <link href="/pop/stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/> Include jQuery and jquery.pop.js…

87
Yays

nice Sticky footer with CSS3

Views 24418   downloads 5293   Menu & Navigation

we are going to build a CSS-3 sticky footer that always stays at the bottom of the web page, no matter how much you minimize your browser vertically, it will always stay at the bottom of the page. We…