Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript window scroll javascript error Re: window scroll javascript error

#134940
sabas
Member

hmmm this is really strange
this is what i get on the console
Uncaught TypeError: Cannot read property 'top' of undefined global.js:43
(anonymous function) global.js:43
b.event.dispatch jquery.min.js:3
v.handle

line 43 on my global.js is
if ($window.scrollTop() > offset.top) {

thanks guys…