Submit your widget
23
Yays

Inset border effect for image or box with jquery plugin

Views 9603   downloads 1962   Image Effects

Usage Just call the plugin at the element you want to add a inset border effect. $(document).ready(function(){ $('a').borderEffect(); }); How it work? The plugin add position:relative to the element…

20
Yays

imgLiquid - A jQuery Plugin to resize images to fit in a container

Views 10987   downloads 1528   Image Effects

Usage Include: <script src="js/imgLiquid-min.js"></script> js: $(document).ready(function() { $(".imgLiquidFill").imgLiquid(); }); Html: <div class="imgLiquidFill…

15
Yays

jQuery plugin for lazy loading images

Views 4899   downloads 1502   Image Effects

Lazy Load Plugin for jQuery Lazy Load delays loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them. This is opposite of image preloading. Using Lazy…