Home › Forums › JavaScript › jQuery.load() + WordPress = fail › Re: jQuery.load() + WordPress = fail
March 10, 2012 at 4:45 am
#98689
Participant
Hi sorry for the delay, I fell asleep :P
There’s an error in general.js causing it to break
change
if ($(this).scrollTop() != 0) {
to this
if ($(this).scrollTop() !== 0) {
I think there might be more though :S