Skip to content

Instantly share code, notes, and snippets.

@MrFent
Created March 23, 2016 18:10
Show Gist options
  • Save MrFent/7710d27216016587e535 to your computer and use it in GitHub Desktop.
Save MrFent/7710d27216016587e535 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function($) {
$('#<?php echo $name; ?>').carousel({ interval: <?php echo $speed; ?> })
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment