-  Creating and Sharing the Top jQuery Plugins.

WEBSANOVA PLUGINS

wTooltip
wColorPicker
wPaint
wScratchPad
wHumanMsg
wJSNova
Mousestop
Boilerplate
jQuery Selectors Lib
JQuery Utils Lib
Blocknik

FIND A PLUGIN

slideshows
lightboxes
tooltips
color pickers
star ratings
select boxes

CAN'T FIND A PLUGIN

contact us

1. Galleria

This is a great jquery slideshow plugin that works really smoothly and has minimal setup. They give you a default theme for free that looks half descent and you can buy really nice looking themes through their site including a full screen version.
downloadusagethemes
Try Now:
default •
free version •
<script type="text/javascript" src="/a/plugins/slideshows/jquery/galleria/galleria-1.2.6.min.js"></script> <div id="galleria" style="margin-bottom: 30px;"> <img src="/i/slides/slide-1.jpg"> <img src="/i/slides/slide-2.jpg"> <img src="/i/slides/slide-3.jpg"> <img src="/i/slides/slide-4.jpg"> <img src="/i/slides/slide-5.jpg"> <img src="/i/slides/slide-6.jpg"> <img src="/i/slides/slide-7.jpg"> </div> <script type="text/javascript"> Galleria.loadTheme("/a/plugins/slideshows/jquery/galleria/themes/classic/galleria.classic.min.js"); $("#galleria").galleria({ width: 422, height: 200 }); </script>

2. Zino Slider

A really superb jquery slideshow plugin. It's pretty standard, with no fancy effects, but it works really well and looks very nice. It's got a descent amount of options for customization and some good callbacks. The only odd thing is that you have to code in the controls, which could probably quite easily be done by the plugin itself with some options that can be set true/false. Otherwise a nice plugin.
Try Now:
default •
Caption1
<link type="text/css" rel="stylesheet" href="/a/plugins/slideshows/jquery/zinoslider/css/jquery.slider.css" /> <script type="text/javascript" src="/a/plugins/slideshows/jquery/zinoslider/js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="/a/plugins/slideshows/jquery/zinoslider/js/jquery.easing.compatibility.js"></script> <script type="text/javascript" src="/a/plugins/slideshows/jquery/zinoslider/js/jquery.slider.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $("#zinoslider1").slider({ speed: 300, width: 422, height: 200 }); }); </script> <div id="zinoslider1" class="slider" style="margin-bottom: 30px;"> <div class="slider-box"> <img src="/i/slides/slide-1.jpg" alt="Caption1" class="slider-item" /> <img src="/i/slides/slide-2.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-3.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-4.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-5.jpg" alt="" class="slider-item" /> </div> <a href="#" class="slider-arrow slider-prev"></a> <a href="#" class="slider-arrow slider-next"></a> </div>
vertical orientation •
slider controls •
<link type="text/css" rel="stylesheet" href="/a/plugins/slideshows/jquery/zinoslider/css/jquery.slider.css" /> <script type="text/javascript" src="/a/plugins/slideshows/jquery/zinoslider/js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="/a/plugins/slideshows/jquery/zinoslider/js/jquery.easing.compatibility.js"></script> <script type="text/javascript" src="/a/plugins/slideshows/jquery/zinoslider/js/jquery.slider.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $("#zinoslider2").slider({ speed: 300, width: 422, height: 200, orientation: "vertical" }); }); </script> <div id="zinoslider2" class="slider" style="margin-bottom: 30px;"> <div class="slider-box"> <img src="/i/slides/slide-6.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-7.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-3.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-4.jpg" alt="" class="slider-item" /> <img src="/i/slides/slide-5.jpg" alt="" class="slider-item" /> </div> <div class="slider-control"> <a href="#" class="slider-play"></a> <a href="#" class="slider-stop"></a> </div> <div class="slider-nav"> <a href="#"></a> <a href="#"></a> <a href="#"></a> <a href="#"></a> <a href="#"></a> </div> <a href="#" class="slider-arrow slider-prev"></a> <a href="#" class="slider-arrow slider-next"></a> </div>

3. Panel Gallery

Interesting little panel effect plugin that supports a ton of effects. It doesn't look fancy, but would look great as a passive slider in a header or along side your text in a blog. What's also great is you can individually set a transition for each image or just leave it alone and let it randomly choose from the dozens it contains.
downloadusage
Try Now:
default •
slide 1 slide 2 slide 3 slide 4 slide 5 slide 6
<script type="text/javascript" src="/a/plugins/slideshows/jquery/panelGallery/panelGallery.js"></script> <div id="panelGallery" style="position:relative; margin-bottom:30px;"> <img src="/i/slides/slide-1.jpg" alt="slide 1" width="422" height="200" /> <img src="/i/slides/slide-2.jpg" alt="slide 2" width="422" height="200" /> <img src="/i/slides/slide-3.jpg" alt="slide 3" width="422" height="200" /> <img src="/i/slides/slide-4.jpg" alt="slide 4" width="422" height="200" /> <img src="/i/slides/slide-5.jpg" alt="slide 5" width="422" height="200" /> <img src="/i/slides/slide-6.jpg" alt="slide 6" width="422" height="200" /> </div> <script type="text/javascript"> $(function(){ $("#panelGallery").panelGallery(); }); </script>

4. s3Slider

This slideshow plugin is a little lacking in features, but it does what it does well. Based on jQuery it's a tidy little plugin that worked well out of the box and will serve well on a home page allowing you to easily setup an auto slideshow to flip thorugh a few images in a header. There is one important thing to note for this plugin and that is that all the images should have the same dimensions which must match the plugins dimensions, check out code samples for more details.
Try Now:
default •
  • This is slide 1
  • This is slide 2
<link rel="Stylesheet" type="text/css" href="/a/plugins/slideshows/jquery/s3Slider/s3Slider.css" /> <script type="text/javascript" src="/a/plugins/slideshows/jquery/s3Slider/s3Slider.js"></script> <style> #s3slider { position:relative; overflow:hidden; margin-bottom:30px;} #s3sliderContent { position:absolute; top:0; margin:0; padding:0; } #s3sliderContent li{ list-style-type:none; } .s3sliderImage { float:left; position:relative; display:none; } .s3sliderImage span { position:absolute; left:0; font:10px/15px Arial, Helvetica, sans-serif; padding:10px 13px; width:422px; background-color:#000; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7; color:#fff; display:none; top:0; } .s3SliderImageclear {clear: both;} #s3slider { width: 422px; /* important to be same as image width */ height: 200px; /* important to be same as image height */ } #s3sliderContent { width: 422px; /* important to be same as image width or wider */ } </style> <script type="text/javascript"> $(document).ready(function() { $("#s3slider").s3Slider({ timeOut: 4000 }); }); </script> <div id="s3slider"> <ul id="s3sliderContent"> <li class="s3sliderImage"> <img src="/i/slides/slide-1.jpg" /> <span>This is slide 1</span> </li> <li class="s3sliderImage"> <img src="/i/slides/slide-2.jpg" /> <span>This is slide 2</span> </li> <div class="s3SliderImageclear s3sliderImage"></div> </ul> </div>

5. Moving Boxes

This slideshow won't wow you, but it may serve a purpose for some. It has a nice contained slideshow viewer that works better with smaller images. Probably better suited as thumbnail navigator with text underneath each thumb. Overall a descent jquery slideshow plugin.
downloadusage
Try Now:
default •
  • slide 1 Put any html here
  • slide 1
    News Heading
    This is the news
  • slide 1
    News Heading

    Add a short exerpt here... more

<link rel="Stylesheet" type="text/css" href="/a/plugins/slideshows/jquery/movingBoxes/css/movingboxes.css" /> <script type="text/javascript" src="/a/plugins/slideshows/jquery/movingBoxes/js/jquery.movingboxes.min.js"></script> <style> .movingBoxes{ margin: 0 0 30px 30px; } .movingBoxes{ font-size: 12px; } </style> <script type="text/javascript"> $(function(){ $("#movingBoxes").movingBoxes({ startPanel: 1, wrap: true, buildNav: true }); }); </script> <ul id="movingBoxes"> <li> <img src="/i/slides/slide-1.jpg" alt="slide 1"> Put any html here </li> <li> <img src="/i/slides/slide-9.jpg" alt="slide 1"> <h5>News Heading</h5> This is the news </li> <li> <img src="/i/slides/slide-3.jpg" alt="slide 1"> <h5>News Heading</h5> <p>Add a short exerpt here... <a href="#">more</a></p> </li> </ul>