Home › Forums › JavaScript › Small JS bump needed › Re: Small JS bump needed
January 28, 2013 at 5:02 pm
#122661
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.