Uncaught TypeError: jQuery.scrollDepth is not a function
-
There is an issue with your plugin where it doesn’t recognize jQuery being called in the last bit of the ‘tracking-analytics-events.js’ file. This is the line in question:
jQuery.scrollDepth({percentage:true,userTiming:false,pixelDepth:false,gtmOverride:true,nonInteraction:true}).I unminified and opened up the file in VS Code and the other instances of jQuery being called are being color coded but the last bit which is calling the scrollDepth function is behaving like plain text.
Please look into this asap as I really like your plugin. THanks
The topic ‘Uncaught TypeError: jQuery.scrollDepth is not a function’ is closed to new replies.