[Plugin: Sociable] Scrolling with Mousewheel triggers endless JS Errors
-
The oPlugin.js file indicates errors coming from line 124, which contains this code:
var start = jQuery(div).offset().top;
var p = jQuery(window).scrollTop();
The error says this:
Uncaught TypeError: Cannot read property ‘top’ of null
In Chrome, this error increments over time very rapidly (reaches 1000 errors in a few minutes).
After deactivating the “sociable” plugin, the error is gone.
- The topic ‘[Plugin: Sociable] Scrolling with Mousewheel triggers endless JS Errors’ is closed to new replies.