Skip to content

Instantly share code, notes, and snippets.

@nicolas-t
Created December 9, 2012 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolas-t/4245994 to your computer and use it in GitHub Desktop.
Save nicolas-t/4245994 to your computer and use it in GitHub Desktop.
Chocolat
$(function() {
$('#demoA a').Chocolat({displayAsALink : true,
linksContainer : 'linksContainer',
overlayColor:'#000',
leftImg:'images/leftw.gif',
rightImg:'images/rightw.gif',
closeImg:'images/closew.gif'
});
$('#demoB a').Chocolat({displayAsALink : true, linksContainer : 'linksContainer'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment