Submit your widget
143
Yays

randomised nice jQuery background scrolling effect

Views 22996   downloads 4369   Image Effects

A continually scrollling background image using javascript A static overlay image with transparency Random starting positions for both images allowing for a unique appearance on every page load, again…

62
Yays

jQuery With the window size change the Full Size Background

Views 21289   downloads 3088   Image Effects

this plugin made a few changed ,because it was acting a little weird. Tested it in Safari, Chrome and Firefox and it work perfectly now. All you need is an image that you want to have displayed as your…

62
Yays

jQuery Custom Change background effect

Views 25655   downloads 3862   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…

60
Yays

very cool background animation with jquery

Views 14694   downloads 2471   Image Effects

This is a cool background animation with jquery. Hear is all jquery code: (function($) { $.fn.animatedBG = function(options){ var height = $(this).height(); var width = $(this).width(); var parts = options.parts;…

35
Yays

jQuery Cover plugin - This plugin mimics the CSS3 background-size:cover behavior and therefore makes it available in all browsers

Views 6932   downloads 1166   Layout & Interface

This plugin mimics the CSS3 background-size:cover; behavior and therefore makes it available in all browsers. Compatible with IE 7.0+, Firefox 3+, Safari 3.1+, Opera 9.6+ and Google Chrome.…