Skip to content

Instantly share code, notes, and snippets.

@jsalinas
Created May 14, 2013 17:31
Show Gist options
  • Save jsalinas/5577842 to your computer and use it in GitHub Desktop.
Save jsalinas/5577842 to your computer and use it in GitHub Desktop.
Different classes for each Colorbox modal
$('.js-colorbox-1').colorbox({
width: '50%',
onOpen:function(){
// add unique class
$('#colorbox').addClass('first-modal-box');
},
});
//http://stackoverflow.com/a/13766731
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment