I’m using a jQuery plugin called “backstretch“. Within the description it says that backstretch.show is called every time an image is changed. How would I go about listening for this event and getting it to perform another function when its called?
I’m using a jQuery plugin called backstretch . Within the description it says that
Share
Assuming:
Then:
If you’re using the static version:
You may have to bind the event handler to the body: