Skip to content

Instantly share code, notes, and snippets.

@frasten
Created March 8, 2010 21:14
Show Gist options
  • Save frasten/325756 to your computer and use it in GitHub Desktop.
Save frasten/325756 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#banner').s3Slider({
timeOut: <?php echo get_option('s3slider_timeout'); ?>
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment