terrymun/Fluidbox

Getting Console Warning with debounce/throttle plugin

Opened this issue · 0 comments

Hello! I'm getting this console warning:

Fluidbox: The jQuery debounce/throttle plugin is not found/loaded. Even though Fluidbox works without it, the window resize event will fire extremely rapidly in browsers, resulting in significant degradation in performance upon viewport resize.

when the plugin is already loaded:

image

I also tried doing:

$.throttle 

in the console and I get this:

image

So I guess everything is loaded properly.

Any idea?