Created
November 1, 2014 07:56
-
-
Save milannankov/4ce349d47dd8e499ba5d to your computer and use it in GitHub Desktop.
Defining the function that we have specified in our Meta Slider filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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