Skip to content

Instantly share code, notes, and snippets.

@nicolas-t
Last active October 13, 2015 19:38
Show Gist options
  • Save nicolas-t/4246011 to your computer and use it in GitHub Desktop.
Save nicolas-t/4246011 to your computer and use it in GitHub Desktop.
Chocolat
$(function() {
$('#demoC a').Chocolat({
displayAsALink : true,
container : $('#visContainer'),
overlayOpacity : 0.5
});
$('#demoD a').Chocolat({
displayAsALink : true,
container : $('#visContainer'),
overlayOpacity : 0.5
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment