protonet / jquery.inview

A jQuery plugin that adds a bindable 'inview' event for detecting when an element is scrolled into view.
blog.protonet.info/post/2516624585/jquery-inview-plugin
Do What The F*ck You Want To Public License
1.67k stars 488 forks source link

Uncaught TypeError: Cannot read property 'appendChild' of undefined #62

Closed sifur closed 7 years ago

sifur commented 7 years ago

When I load this script I'm getting this error on Chrome console:

Uncaught TypeError: Cannot read property 'appendChild' of undefined at lstr.js:26

How can I fix this?

sifur commented 7 years ago

Fixed it, it was a problem with a chrome extension.