Skip to content

Instantly share code, notes, and snippets.

@stevenwanderski
Last active August 29, 2015 14:27
Show Gist options
  • Save stevenwanderski/8d07ee1fcae146c6e9cd to your computer and use it in GitHub Desktop.
Save stevenwanderski/8d07ee1fcae146c6e9cd to your computer and use it in GitHub Desktop.
// Assuming that jQuery is available
$('#pod-container').on('pod:init', function(){
// Initialize a new slider
var slider = $('#slider').bxSlider();
// Or reload an existing slider
slider.reloadSlider();
});
@kids-lab
Copy link

Steven, that should work. I will give it a try. Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment