Submit your widget
107
Yays

A jQuery plugin Flip 360 degrees

Views 11743   downloads 1916   Slideshow & Scroller

This demo mimics the popular card flip technique which can rotate an element 360 degrees around its own x or y-axis. How to use? Like every jquery plugin, just chain it: $("#flipbox").flip({ direction:'tb'…

128
Yays

Carousel Vertical And Carousel Horizontal jQuery

Views 29505   downloads 4511   Slideshow & Scroller

A carousel provides quick item browsing which combats the precision of keyword searches and the lack of precision in typical browsing/paging environments. Many ajax frameworks are beginning to implement…

118
Yays

Flash Movies as Backgrounds

Views 11190   downloads 2766   Layout & Interface

Ever wondered how to set a flash movie as your website background? Well here’s a simple approach that can be used. The following example will guide you through the process of “layering”…

107
Yays

JavaScript Table Row Highlighter Class using Mootools

Views 8150   downloads 2075   Table

code As you can see below the HTML code is very basic and uses an ID to define the region which requires highlightling.  In this example an ID of "highlight" has been applied to the tbody. Finally…

91
Yays

Simple 3D Carousel using Mootools

Views 12004   downloads 2374   Slideshow & Scroller

After researching a good method to create a 3D Carousel I came across two resources that intrigued me; firstly GOTOANDLEARN.com which provided an amazing flash 3D Carousel tutorial and then the jQuery…

95
Yays

jQuery Horizontal Box Slider

Views 13920   downloads 1865   Slideshow & Scroller

Horizontal Box Slider is using native scrolling. There are a lot of “carousels”, but none of them is using it. horizontal_box_slider.js is very tiny (≈2.75KB) framework agnostic “carousel”…

101
Yays

jquery flip Text

Views 11814   downloads 1687   Text & Link Effects

Never needed to flip your text vertically? jquery.mb.flipText is a simple plug-in to turn your text vertically in both direction: top-bottom or bottom-top. It embeds an SVG object so you can use whatever…

106
Yays

jquery tabset

Views 16562   downloads 3299   Tabs

keep your tabs ordered! A useful component that let you build a tabbed interface really easily; ad you can even sort your tabs as you want! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script>…

124
Yays

jQuery ExtSlide

Views 7915   downloads 1694   Slideshow & Scroller

jquery extends slide effect (animate): slideLeftShow, slideLeftHide, slideLeftToggle, slideRightShow, slideRightHide, slideRightToggle

111
Yays

jQuery lightbox slideshow gallery

Views 11745   downloads 1899   Lightbox & Dialog & Overlay

Here it is. A super clean photo gallery! A full featured photo gallery, with navigation toolbar, thumbnails, autosize frame; you can also use it to show a public Flickr set or all public Flickr user photos.…

102
Yays

BlogSlideShow image viewer with fancy transition effects (jQuery&CSS3;)

Views 9274   downloads 1569   Lightbox & Dialog & Overlay

BlogSlideShow is a free open-code JQuery plugin that enhances your blog pages with fancy image viewer, which provides nice transition effects including CSS3/HTML5-related ones. All what you need is to…

103
Yays

jQuery Approach

Views 10539   downloads 1571   Text & Link Effects

Approach is a jQuery plugin that allows you to animate style properties based on the cursor’s proximity to an object. It works in a very similar manner to jQuery animate, however it animates over…

87
Yays

Slideshow jQuery Plugin

Views 9437   downloads 1394   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"…

128
Yays

Sexy Images jQuery Plugin

Views 17827   downloads 2408   Image Effects

This plugin allows you to create sexy hover effect for images on your page ;) Requried: jQuery 1.3+ Test with following browsers: Opera 10.0+ Mozilla Firefox 3.0+ Google Chrome 3.0.195 Safari 3.1+ (win)…

124
Yays

A new jQuery plugin: scrollSomething

Views 12305   downloads 2651   Slideshow & Scroller

  The perfect solution if you desperatly need to scroll something. You can scroll anything you want. How to use:   $("#myScrollebleItems").scrollSomething();     The options: scrollerWidth…