Skip to content

Instantly share code, notes, and snippets.

@excid3
Created May 23, 2011 03:51
Show Gist options
  • Save excid3/986201 to your computer and use it in GitHub Desktop.
Save excid3/986201 to your computer and use it in GitHub Desktop.
$(function(){
$('#slides').slides({
preload: true,
generateNextPrev: true
});
$('#divID2').slides({
preload: true,
generateNextPrev: true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment