Hello all,
I am trying to make use of this JQuery plugin: http://bit.ly/2TXYrb
I have tried to implement it but I get an error reported by firebug.
f(window).scrollLeft is not a function
[Break on this error] (function(f){f.fn.qtip=function(B,u){var...asses:{tooltip:"qtip-blue"}}}})(jQuery);
Please have a look at my setup: http://bit.ly/4gtv1J
What am i doing wrong?
Thanks all