Forums

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

Home Forums JavaScript Small JS bump needed Re: Small JS bump needed

#122661
CarlRosell
Participant

the only thing i could see was an extra . infront of backstretch. it sould be

$(window).on(“backstretch.show”

as it is now you are listening for the wrong event.
hope that helped. i have no way to test if that’s working, but let me know.