Submit your widget
24
Yays

Inset border effect for image or box with jquery plugin

Views 9682   downloads 1985   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…

21
Yays

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

Views 11067   downloads 1552   Image Effects

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

16
Yays

jQuery plugin for lazy loading images

Views 4952   downloads 1525   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…