jakiestfu / Blur.js

blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements.
924 stars 212 forks source link

what is target and source? #21

Open acturbo opened 10 years ago

acturbo commented 10 years ago

i'm confused .... i don't understand what is meant by target and source. Also, i see "body" listed for source in all the demos. I don't use body.

I just want to blur the background for a div that has one or more background images assigned. e.g.

<div id="mydiv">this div has 2 layered background-image(s) that i want blurred </div>

$("#mydiv".blurjs(); // blur it!

This doesn't work. Please clarify, thanks.