Submit your widget
106
Yays

A jQuery plugin Flip 360 degrees

Views 11698   downloads 1897   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 29435   downloads 4485   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 11152   downloads 2743   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 8111   downloads 2052   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 11965   downloads 2349   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 13875   downloads 1839   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”…

99
Yays

jquery flip Text

Views 11761   downloads 1665   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 16512   downloads 3270   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 7873   downloads 1669   Slideshow & Scroller

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

110
Yays

jQuery lightbox slideshow gallery

Views 11681   downloads 1874   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 9229   downloads 1545   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 10471   downloads 1548   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 9388   downloads 1375   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 17765   downloads 2383   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 12260   downloads 2627   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…