jQuery Plugin for Random Noise Background - Noisy

File Size: 82.2KB
Views Total: 1620
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin for Random Noise Background - Noisy

Noisy is a jQuery plugin that adds random noise to the background of a given element, without any images.  It is good for beautiful website background without any background image.

How to use it:

1. Include jQuery library and Noisy.js on your web page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> 
<script src="../jquery/jquery.noisy.min.js"></script> 

2. Markup

<body>
...
</body>

3. Call the plugin with options

<script>
$('body').noisy({
intensity: 1,
size: 200,
opacity: 0.08,
fallback: 'fallback.png',
monochrome: false
}).css('background-color', '#EDEBDE');

</script>

Change log:

2013-12-08

  • add one more example

This awesome jQuery plugin is developed by DanielRapp. For more Advanced Usages, please check the demo page or visit the official website.