Forums

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

Home Forums JavaScript jQuery.load() + WordPress = fail Re: jQuery.load() + WordPress = fail

#98689
karlpcrowley
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