Martin Wittmann

Results 3 comments of Martin Wittmann

The Problem seems to be that the plugin relies on the global jquery variable $ to function properly and that it gets an instance of jQuery but not the global....

I found a workaround with expose-loader: `require("expose-loader?$!jquery");` When including this snippet before requiring jquery-sticky it works.

Thanks for the info, I'll have a look into it.