jakiestfu / Blur.js

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

only one element at a time, 'body' as target not working #5

Open willdelphia opened 11 years ago

willdelphia commented 11 years ago

Hi so I have a page with many layered divs, and I would them ALL to be blurred my a floating object. However body does nothing, and as I proceed through all the div's classes that are under the floating blurring div, only the ONE class that I list is blurred.

Should I assign a common cass to all elements or list al the classes in the target field?

CezaryDanielNowak commented 9 years ago

Could you attach sample markup for this issue ?