jakiestfu / Blur.js

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

GET http://{PATH}/one 404 (Not Found) blur.js:279 #12

Open greaveselliott opened 10 years ago

greaveselliott commented 10 years ago

Hi,

I really want to use your script in a Wordpress theme I am developing, but calling the blurjs() function on my desired object, I get the following error in my console.

GET http://{PATH}/one 404 (Not Found) blur.js:279 (anonymous function) blur.js:279 x.extend.each jquery.js:3 x.fn.x.each jquery.js:3 jQuery.fn.blurjs blur.js:193 (anonymous function) core.blur.js:2 c jquery.js:3 p.fireWith jquery.js:3 x.extend.ready jquery.js:3

Do you have any idea what I am doing wrong?

Thank in advance,

Elliott