Submit your widget
66
Yays

Innovation multiaspect jquery Slide plugin

Views 16013   downloads 3439   Slideshow & Scroller

Finalmente un plugin per jquery semplice, leggero, ricco di effetti e molto versatile.Ci permetterà di scorrere in maniera “diversa” i nostri contenuti: immagini, testo, etc.Vediamo…

65
Yays

Useful jQuery Parallax Animated Effect

Views 17005   downloads 2994   Image Effects

we all agree that the parallax effect is pretty awesome and can get you that WOW factor when someone visits your website. So, I thought i would show you a live jQuery parallax example. In this tutorial…

65
Yays

TinyTips 1.1-------Pretty Lightweight Tooltips Plugin

Views 24621   downloads 8591   Tooltips

TinyTips is a very lightweight jQuery plugin that gives the ability to add tooltips to pretty much any element on a page. Thoroughly documented and designer friendly. TinyTips is very easy to install…

65
Yays

jQuery Background Stretcher rotation Plugin

Views 18565   downloads 3161   Slideshow & Scroller

bgStretcher 2011 (Background Stretcher) is a jQuery plug-in which allows you to add a large image (or a set of images) to the background of your web page and will proportionally resize the image(s) to…

65
Yays

Animation Slide Drop Captions Plugin with jQuery

Views 18924   downloads 3385   Image Effects

drop captions takes an image’s title attribute and converts it into a caption that appears only when the mouse is moved over the image. This allows me to maintain a clean look to the site, while…

64
Yays

jQuery fullscreen background image slideshow

Views 18890   downloads 3013   Slideshow & Scroller

With the help of some small HTML, nifty CSS and loads of jQuery, we're able to create an animated fullscreen background image slideshow. You can easily change the script by changing some variables.…

64
Yays

Multiple CSS3 Image Styles

Views 15750   downloads 3097   Image Effects

When applying CSS3 inset box-shadow or border-radius directly to the image element, the browser doesn't render the CSS style perfectly. However, if the image is applied as background-image, you can…

63
Yays

Cool animation with jQuery

Views 14519   downloads 2539   Image Effects

Open your Dreamweaver or other editor and create a html file. Html <div class="logo"> <img class="frame" src="frame.png" alt=""> <img class="ani-bg"…

63
Yays

Very Useful JQuery barcode plugin

Views 15335   downloads 2904   Layout & Interface

Jquery plugin to create barcode Barcode JQuery plugin installation Like any plugin, just inclure the source file after including that of JQuery. <script type="text/javascript" src="jquery-1.3.2.min.js"></script>…

63
Yays

jQuery useful Product Colorizer Plugin

Views 22166   downloads 4757   Image Effects

productColorizer is a light-weight solution for users to quickly preview a product in different colors. The plugin uses only two images per product to create the effect and it is built on top of the robust…

62
Yays

jQuery Images Hover Cycle effect

Views 14358   downloads 3008   Image Effects

A quick way to add a hover responsive, fast cycling, jQuery powered slideshow to your site. The Basics I first saw this style slideshow as a Flash solution on Cargo Collective, which has since been updated…

62
Yays

jQuery Custom Change background effect

Views 25661   downloads 3864   Image Effects

jQuery can be extremely useful for you if you want to beautify your web app. jQuery provide a number of simple ways to dynamically change the design of your web page. Here is a simple script that shows…

62
Yays

Awesome jQuery Image Parallax Effect

Views 35802   downloads 7180   Slideshow & Scroller

Custom jQuery Plugin for Creating Parallax Effect Image Sliders Default options: var options = { autoPlay : 3000,//(mixed) (bool) false to disable, (int) duration to hold between slides in ms speed :…

61
Yays

Text and images scroll with jquery plugin

Views 21395   downloads 6236   Slideshow & Scroller

Usage: Add js file: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.scrollbox.js"></script> Add…

60
Yays

jQuery images opening and closing door effect

Views 20145   downloads 2225   Slideshow & Scroller

Imagine you have a sliding door, one left and one right. In order to open/close this particular door, we have to pull or push both door so that it will open or close completely. This is the usual case…