Skip to content

Instantly share code, notes, and snippets.

@milannankov
Created November 1, 2014 07:56
Show Gist options
  • Save milannankov/4ce349d47dd8e499ba5d to your computer and use it in GitHub Desktop.
Save milannankov/4ce349d47dd8e499ba5d to your computer and use it in GitHub Desktop.
Defining the function that we have specified in our Meta Slider filter
function onHomePageSlideChanged(slider)
{
var activeSlide = jQuery(slider).find(".flex-active-slide");
// do something with the active slide...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment