Submit your widget
106
Yays

A jQuery plugin Flip 360 degrees

Views 11676   downloads 1888   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'…

127
Yays

Carousel Vertical And Carousel Horizontal jQuery

Views 29407   downloads 4476   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…

117
Yays

Flash Movies as Backgrounds

Views 11137   downloads 2736   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”…

106
Yays

JavaScript Table Row Highlighter Class using Mootools

Views 8094   downloads 2043   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…

90
Yays

Simple 3D Carousel using Mootools

Views 11947   downloads 2336   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…

94
Yays

jQuery Horizontal Box Slider

Views 13855   downloads 1827   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”…

98
Yays

jquery flip Text

Views 11746   downloads 1653   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…

105
Yays

jquery tabset

Views 16484   downloads 3261   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>…

123
Yays

jQuery ExtSlide

Views 7856   downloads 1660   Slideshow & Scroller

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

110
Yays

jQuery lightbox slideshow gallery

Views 11658   downloads 1864   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.…

101
Yays

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

Views 9209   downloads 1535   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…

102
Yays

jQuery Approach

Views 10441   downloads 1538   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…

86
Yays

Slideshow jQuery Plugin

Views 9369   downloads 1367   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"…

127
Yays

Sexy Images jQuery Plugin

Views 17732   downloads 2374   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)…

123
Yays

A new jQuery plugin: scrollSomething

Views 12239   downloads 2619   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…