Skip to content

Instantly share code, notes, and snippets.

@jeffikus
Created February 5, 2015 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffikus/ac62f41aecfdadf362b4 to your computer and use it in GitHub Desktop.
Save jeffikus/ac62f41aecfdadf362b4 to your computer and use it in GitHub Desktop.
Multi Flexslider loader by class "myslider"
<script type="text/javascript" charset="utf-8">
$(window).load(function() {
$('.myslider').each( function() {
$(this).flexslider({
directionNav: false,
smoothHeight: true
});
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment