Submit your widget
25
Yays

CSS3 and jQuery better Toggling of elements

Views 8621   downloads 1631   Image Effects

betterToggle is a jQuery plugin for better Toggling of elements.It uses css3 transforms with fallback. betterToggle is a jQuery plugin for better Toggling of elements.   Instead of using $("#element").toggle()…

21
Yays

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

Views 11287   downloads 1599   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 5085   downloads 1567   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…