Submit your widget
27
Yays

CSS3 and jQuery better Toggling of elements

Views 8778   downloads 1691   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()…

24
Yays

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

Views 11486   downloads 1666   Image Effects

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

18
Yays

jQuery plugin for lazy loading images

Views 5195   downloads 1611   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…